libSDL2pp
C++ bindings/wrapper for SDL2
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NSDL2pp
 CAudioDeviceAudio device
 CLockHandleSDL2pp::AudioDevice lock
 CAudioSpecAudio format specification
 CChunkFragment of audio data
 CColorRGB color with Alpha
 CContainerRWopsRWops adaptor for random access STL containers
 CCustomRWopsBase class for custom RWops
 CExceptionException object representing SDL2 error
 CFontHolder of a loaded font
 CMixerAudio mixer
 CMusicMusic data
 CPoint2D point
 CRect2D rectangle
 CRenderer2D rendering context
 CRWopsI/O abstraction
 CSDLHelper class taking care of SDL library initialization and deinitialization
 CSDLImageHelper class taking care of SDL_image library initialization and deinitialization
 CSDLMixerHelper class taking care of SDL_mixer library initialization and deinitialization
 CSDLTTFHelper class taking care of SDL_ttf library initialization and deinitialization
 CStreamRWopsRWops adaptor for STL streams
 CSurfaceImage stored in system memory with direct access to pixel data
 CLockHandleSDL2pp::Surface lock
 CTextureImage stored in the graphics card memory that can be used for fast drawing
 CLockHandleSDL2pp::Texture lock
 CWavChunk of audio data read from a .WAV file
 CWindowGUI window object
 Nstd
 Chash< SDL2pp::Color >Std::hash specialization for SDL2pp::Color
 Chash< SDL2pp::Point >Std::hash specialization for SDL2pp::Rect
 Chash< SDL2pp::Rect >Std::hash specialization for SDL2pp::Rect
 CBadOptionalAccessException thrown on accessing a SDL2pp::Optional object with uninitialized state
 COptionalOptional value container