![]() |
VR-Forces 4.0.4 Class Documentation
|
The necessary global registration object to allow DiGuy to support Multiple instances. More...
Public Member Functions | |
| ~DtDiGuyFunctionRegistration () | |
| void | registerIg (DtDe &de) |
| Called to store a pointer to the 'active' de. | |
| void | unregisterIg () |
| Called to release the pointer to the 'active' de. | |
| DtDe * | currentIg () |
| Get the current de. | |
| void | initialize () |
| intialize DiGuy ONCE!!! | |
Static Public Member Functions | |
| static DtDiGuyFunctionRegistration & | instance (DtDe *de=0) |
Protected Member Functions | |
| DtDiGuyFunctionRegistration (DtDe *) | |
Protected Attributes | |
| DtDe * | myDe |
| bool | myInit |
The necessary global registration object to allow DiGuy to support Multiple instances.
| makVrv::DtDiGuyFunctionRegistration::DtDiGuyFunctionRegistration | ( | DtDe * | ) | [protected] |
| static DtDiGuyFunctionRegistration& makVrv::DtDiGuyFunctionRegistration::instance | ( | DtDe * | de = 0 | ) | [static] |
| void makVrv::DtDiGuyFunctionRegistration::registerIg | ( | DtDe & | de | ) |
Called to store a pointer to the 'active' de.
Called to release the pointer to the 'active' de.
Get the current de.
intialize DiGuy ONCE!!!
DtDe* makVrv::DtDiGuyFunctionRegistration::myDe [protected] |
bool makVrv::DtDiGuyFunctionRegistration::myInit [protected] |