SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
Helpers to use C++ strings and byte arrays.

It has StringParam to use on parameters and StringResult to have a simple std::string-like interface for SDL allocated strings. More...

Classes

class  SDL::StringParam
 Helpers to use C++ strings parameters. More...
struct  SDL::StringResult
 A simple std::string-like interface for SDL allocated strings. More...
class  SDL::SourceBytes
 Source byte stream. More...
class  SDL::TargetBytes
 Target byte stream. More...

Macros

#define SDL3PP_ENABLE_STRING_PARAM
 Enable StringParam helper class to use C++ strings as parameters on SDL APIs.
#define SDL3PP_STRING_PARAM_STRING_VIEW_BUFFERING_COUNT   32
 The number of buffers used to store string views on StringParam.

Detailed Description

It has StringParam to use on parameters and StringResult to have a simple std::string-like interface for SDL allocated strings.