libSDL2pp
C++ bindings/wrapper for SDL2
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CSDL2pp::AudioDeviceAudio device
 CBadOptionalAccessException thrown on accessing a SDL2pp::Optional object with uninitialized state
 CSDL2pp::ChunkFragment of audio data
 CSDL2pp::CustomRWopsBase class for custom RWops
 CSDL2pp::ContainerRWops< C >RWops adaptor for random access STL containers
 CSDL2pp::StreamRWops< S >RWops adaptor for STL streams
 CSDL2pp::FontHolder of a loaded font
 Cstd::hash< SDL2pp::Color >Std::hash specialization for SDL2pp::Color
 Cstd::hash< SDL2pp::Point >Std::hash specialization for SDL2pp::Rect
 Cstd::hash< SDL2pp::Rect >Std::hash specialization for SDL2pp::Rect
 CSDL2pp::AudioDevice::LockHandleSDL2pp::AudioDevice lock
 CSDL2pp::Surface::LockHandleSDL2pp::Surface lock
 CSDL2pp::Texture::LockHandleSDL2pp::Texture lock
 CSDL2pp::MixerAudio mixer
 CSDL2pp::MusicMusic data
 COptionalOptional value container
 CSDL2pp::Renderer2D rendering context
 Cstd::runtime_error
 CSDL2pp::ExceptionException object representing SDL2 error
 CSDL2pp::RWopsI/O abstraction
 CSDL2pp::SDLHelper class taking care of SDL library initialization and deinitialization
 CSDL_AudioSpec
 CSDL2pp::AudioSpecAudio format specification
 CSDL_Color
 CSDL2pp::ColorRGB color with Alpha
 CSDL_Point
 CSDL2pp::Point2D point
 CSDL_Rect
 CSDL2pp::Rect2D rectangle
 CSDL2pp::SDLImageHelper class taking care of SDL_image library initialization and deinitialization
 CSDL2pp::SDLMixerHelper class taking care of SDL_mixer library initialization and deinitialization
 CSDL2pp::SDLTTFHelper class taking care of SDL_ttf library initialization and deinitialization
 CSDL2pp::SurfaceImage stored in system memory with direct access to pixel data
 CSDL2pp::TextureImage stored in the graphics card memory that can be used for fast drawing
 CSDL2pp::WavChunk of audio data read from a .WAV file
 CSDL2pp::WindowGUI window object