SDL++
C++wrapperfortheSDLlibrary.

sdl::subsystem::CdRomBase Struct Reference

Base for the cd-rom subsystem. More...

#include <Subsystem.h>

List of all members.

Public Member Functions

int numDrives ()

Static Protected Member Functions

static const string name ()

Detailed Description

Base for the cd-rom subsystem.

Definition at line 156 of file Subsystem.h.


Member Function Documentation

static const string sdl::subsystem::CdRomBase::name ( ) [inline, static, protected]

Returns the name of the Subsystem.

Returns:
The name of the Subsystem.

Definition at line 170 of file Subsystem.h.

int sdl::subsystem::CdRomBase::numDrives ( ) [inline]

The number of cd drives attached to the system.

Returns:
The number of cd drives.

Definition at line 162 of file Subsystem.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs