libSDL2pp
C++ bindings/wrapper for SDL2
|
SDL library initialization and shutdown functions and error handling. More...
Classes | |
class | SDL2pp::Exception |
Exception object representing SDL2 error More... | |
class | SDL2pp::SDL |
Helper class taking care of SDL library initialization and deinitialization. More... | |
class | Optional |
Optional value container More... | |
class | BadOptionalAccess |
Exception thrown on accessing a SDL2pp::Optional object with uninitialized state More... | |
Variables | |
constexpr std::nullopt_t | SDL2pp::NullOpt = std::nullopt |
Null value for SDL2pp::Optional. | |
SDL library initialization and shutdown functions and error handling.
|
constexpr |
Null value for SDL2pp::Optional.