SDL++
C++wrapperfortheSDLlibrary.
|
#include <stdexcept>
#include <string>
#include <SDL.h>
#include "sdlpp/Sdl.h"
Go to the source code of this file.
Classes | |
struct | sdl::subsystem::Subsystem< T, Base > |
Represents a SDL subsystem. More... | |
struct | sdl::subsystem::AudioBase |
struct | sdl::subsystem::CdRomBase |
Base for the cd-rom subsystem. More... | |
struct | sdl::subsystem::EverythingBase |
Base to the everything subsystem. More... | |
struct | sdl::subsystem::EventThreadBase |
Base for the event thread subsystem. More... | |
struct | sdl::subsystem::JoystickBase |
Base for the joystick subsystem. More... | |
struct | sdl::subsystem::NoParachuteBase |
Base for the no parachute subsystem. More... | |
struct | sdl::subsystem::TimerBase |
Base for the timer subsystem. More... | |
struct | sdl::subsystem::VideoBase |
Namespaces | |
namespace | sdl |
namespace | sdl::subsystem |
Typedefs | |
typedef Subsystem < SDL_INIT_AUDIO, AudioBase > | sdl::subsystem::Audio |
Represents the audio subsystem. | |
typedef Subsystem < SDL_INIT_CDROM, CdRomBase > | sdl::subsystem::CdRom |
Represents the cd-rom subsystem. | |
typedef Subsystem < SDL_INIT_EVERYTHING, EverythingBase > | sdl::subsystem::Everything |
Represents the everything subsystem. | |
typedef Subsystem < SDL_INIT_EVENTTHREAD, EventThreadBase > | sdl::subsystem::EventThread |
Represents the event thread subsystem. | |
typedef Subsystem < SDL_INIT_JOYSTICK, JoystickBase > | sdl::subsystem::Joystick |
Represents the joystick subsystem. | |
typedef Subsystem < SDL_INIT_NOPARACHUTE, NoParachuteBase > | sdl::subsystem::NoParachute |
Represents the no parachute subsystem. | |
typedef Subsystem < SDL_INIT_TIMER, TimerBase > | sdl::subsystem::Timer |
Represents the timer subsystem. | |
typedef Subsystem < SDL_INIT_VIDEO, VideoBase > | sdl::subsystem::Video |
Represents the video subsystem. |
Contains the subsystem classes.
Copyright (C) 2005 Thomas P. Lahoda
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Definition in file Subsystem.h.