ERY.AgateLib.DriverImplBase Class Reference

Base class all driver classes should implement. More...

Inherited by ERY.AgateLib.ImplBase.AudioImpl, ERY.AgateLib.ImplBase.DisplayImpl, and ERY.AgateLib.ImplBase.InputImpl.

List of all members.

Public Member Functions

abstract void Initialize ()
 Initialization beyond what the constructor does.
abstract void Dispose ()
 Disposes of unmanaged resources.

Protected Member Functions

void Report (string text)
 Called by drivers in their Initialize routine to report which driver was instantiated.


Detailed Description

Base class all driver classes should implement.


Member Function Documentation

abstract void ERY.AgateLib.DriverImplBase.Initialize (  )  [pure virtual]

Initialization beyond what the constructor does.

Implemented in ERY.AgateLib.NullInputImpl, and ERY.AgateLib.NullSoundImpl.

abstract void ERY.AgateLib.DriverImplBase.Dispose (  )  [pure virtual]

Disposes of unmanaged resources.

Implemented in ERY.AgateLib.NullInputImpl, and ERY.AgateLib.NullSoundImpl.

void ERY.AgateLib.DriverImplBase.Report ( string  text  )  [protected]

Called by drivers in their Initialize routine to report which driver was instantiated.

Parameters:
text 


The documentation for this class was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo