
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. | |
| abstract void AgateLib.ImplementationBase.DriverImplBase.Dispose | ( | ) | [pure virtual] |
| abstract void AgateLib.ImplementationBase.DriverImplBase.Initialize | ( | ) | [pure virtual] |
| void AgateLib.ImplementationBase.DriverImplBase.Report | ( | string | text | ) | [protected] |
Called by drivers in their Initialize routine to report which driver was instantiated.
| text |
|
AgateLib Awesome Game and Tool Engine Library |
|