#include "../dllinclude.h"
#include "ConfigNode.h"
#include "StringTable.h"
Include dependency graph for Module.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | ot |
Classes | |
| class | ot::Module |
Defines | |
| #define | OT_MODULE(MODNAME) void registerModule##MODNAME (Context * context, void * data) |
| #define | OT_MODULE_REGISTER_FUNC(MODNAME) void registerModule##MODNAME( Context * context , void * data) |
| #define | OT_MODULE_REGISTRATION_DEFAULT(MODNAME, REGISTRATIONSTRING) |
| #define | OT_REGISTER_MODULE(MODNAME, VOIDPARAMETER) Configurator::addModuleInit(#MODNAME, registerModule##MODNAME, VOIDPARAMETER) |
|
|
|
|
|
|
|
|
Value: MODNAME * mod = new MODNAME();\
context->addFactory (*mod);\
context->addModule (REGISTRATIONSTRING, *mod)
|
|
|
|
1.4.6