![]() |
VR-Forces 4.8 Class Documentation
|
Contains makVrv::DtDe class. More...
Go to the source code of this file.
Classes | |
| class | makVrv::DtDe |
| The DtDe is the core component of any VR-Vantage application. More... | |
Namespaces | |
| makVrv | |
| Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) | |
Macros | |
| #define | DT_DE_INIT_ONCE(de) |
| This macro is called by modules in their init() function. More... | |
Functions | |
| template<typename ManagerClass > | |
| void | makVrv::defaultManagerRegisterInstanceFunction (DtDe &de, ManagerClass *mgr) |
| Default implementation of how to register a manager, especially necessary when overriding the manager. More... | |
| template<typename ManagerClass > | |
| ManagerClass & | makVrv::defaultManagerInstanceFunction (DtDe &de, bool allowedInSlave) |
| default Manager instance function. More... | |
Contains makVrv::DtDe class.
| #define DT_DE_INIT_ONCE | ( | de | ) |
This macro is called by modules in their init() function.
This macro ensures that the module is only registered with the DtDe Instance once.