AgateLib.ImplementationBase.DriverImplBase Class Reference

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

Inheritance diagram for AgateLib.ImplementationBase.DriverImplBase:

AgateLib.ImplementationBase.AudioImpl AgateLib.ImplementationBase.DisplayImpl AgateLib.ImplementationBase.InputImpl AgateLib.Drivers.NullSoundImpl

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 AgateLib.ImplementationBase.DriverImplBase.Dispose (  )  [pure virtual]

Disposes of unmanaged resources.

Implemented in AgateLib.Drivers.NullSoundImpl.

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

Initialization beyond what the constructor does.

Implemented in AgateLib.Drivers.NullSoundImpl.

void AgateLib.ImplementationBase.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