Public Member Functions | Static Public Attributes

FSoundDriver_Allegro Class Reference

Factory for the allegro sound driver. More...

#include <allegro_s.h>

Inheritance diagram for FSoundDriver_Allegro:
SoundDriverFactory< FSoundDriver_Allegro > SoundDriverFactoryBase DriverFactoryBase

Public Member Functions

const char * GetName ()
 Get the long, human readable, name for the Driver-class.
const char * GetDescription ()
 Get a nice description of the driver-class.
DriverCreateInstance ()
 Create an instance of this driver-class.

Static Public Attributes

static const int priority = 4
 The priority of this factory.

Detailed Description

Factory for the allegro sound driver.

Definition at line 29 of file allegro_s.h.


Member Function Documentation

Driver* FSoundDriver_Allegro::CreateInstance (  )  [inline, virtual]

Create an instance of this driver-class.

Returns:
The instance.

Implements DriverFactoryBase.

Definition at line 34 of file allegro_s.h.

const char* FSoundDriver_Allegro::GetDescription (  )  [inline, virtual]

Get a nice description of the driver-class.

Returns:
The description.

Implements DriverFactoryBase.

Definition at line 33 of file allegro_s.h.


The documentation for this class was generated from the following file: