SDL++
C++wrapperfortheSDLlibrary.
|
Classes | |
struct | Subsystem |
Represents a SDL subsystem. More... | |
struct | AudioBase |
struct | CdRomBase |
Base for the cd-rom subsystem. More... | |
struct | EverythingBase |
Base to the everything subsystem. More... | |
struct | EventThreadBase |
Base for the event thread subsystem. More... | |
struct | JoystickBase |
Base for the joystick subsystem. More... | |
struct | NoParachuteBase |
Base for the no parachute subsystem. More... | |
struct | TimerBase |
Base for the timer subsystem. More... | |
struct | VideoBase |
Typedefs | |
typedef Subsystem < SDL_INIT_AUDIO, AudioBase > | Audio |
Represents the audio subsystem. | |
typedef Subsystem < SDL_INIT_CDROM, CdRomBase > | CdRom |
Represents the cd-rom subsystem. | |
typedef Subsystem < SDL_INIT_EVERYTHING, EverythingBase > | Everything |
Represents the everything subsystem. | |
typedef Subsystem < SDL_INIT_EVENTTHREAD, EventThreadBase > | EventThread |
Represents the event thread subsystem. | |
typedef Subsystem < SDL_INIT_JOYSTICK, JoystickBase > | Joystick |
Represents the joystick subsystem. | |
typedef Subsystem < SDL_INIT_NOPARACHUTE, NoParachuteBase > | NoParachute |
Represents the no parachute subsystem. | |
typedef Subsystem < SDL_INIT_TIMER, TimerBase > | Timer |
Represents the timer subsystem. | |
typedef Subsystem < SDL_INIT_VIDEO, VideoBase > | Video |
Represents the video subsystem. |
Subsystem< SDL_INIT_AUDIO, AudioBase > sdl::subsystem::Audio |
Represents the audio subsystem.
Definition at line 150 of file Subsystem.h.
Subsystem< SDL_INIT_CDROM, CdRomBase > sdl::subsystem::CdRom |
Represents the cd-rom subsystem.
Definition at line 177 of file Subsystem.h.
Subsystem< SDL_INIT_EVENTTHREAD, EventThreadBase > sdl::subsystem::EventThread |
Represents the event thread subsystem.
Definition at line 217 of file Subsystem.h.
Subsystem< SDL_INIT_EVERYTHING, EverythingBase > sdl::subsystem::Everything |
Represents the everything subsystem.
Definition at line 197 of file Subsystem.h.
Subsystem< SDL_INIT_JOYSTICK, JoystickBase > sdl::subsystem::Joystick |
Represents the joystick subsystem.
Definition at line 271 of file Subsystem.h.
Subsystem< SDL_INIT_NOPARACHUTE, NoParachuteBase > sdl::subsystem::NoParachute |
Represents the no parachute subsystem.
Definition at line 291 of file Subsystem.h.
Subsystem< SDL_INIT_TIMER, TimerBase > sdl::subsystem::Timer |
Represents the timer subsystem.
Definition at line 326 of file Subsystem.h.
Subsystem< SDL_INIT_VIDEO, VideoBase > sdl::subsystem::Video |
Represents the video subsystem.
Definition at line 350 of file Subsystem.h.