|
Sese Framework
3.0.0
A cross-platform framework
|
Module utility macros. More...
Go to the source code of this file.
Macros | |
| #define | SESE_EXTERN extern "C" |
| #define | GET_MODULE_INFO_FUNC_NAME getModuleInfo |
| #define | GET_CLASS_FACTORY_FUNC_NAME getFactory |
| #define | REGISTER_CLASS(type) |
| #define | DEFINE_CLASS_FACTORY(name, version, description) |
Module utility macros.
| #define DEFINE_CLASS_FACTORY | ( | name, | |
| version, | |||
| description ) |
| #define GET_CLASS_FACTORY_FUNC_NAME getFactory |
Referenced by sese::plugin::Module::open().
| #define GET_MODULE_INFO_FUNC_NAME getModuleInfo |
Referenced by sese::plugin::Module::open().
| #define REGISTER_CLASS | ( | type | ) |
| #define SESE_EXTERN extern "C" |