/home/tetron/hack/vos/libs/vos/vos/vosplugin.hh File Reference
Go to the source code of this file.
Namespaces
- namespace VOS
Classes
- class VOS::VOSPlugin
- struct VOS::VOSPlugin::HelpOption
- struct VOS::VOSPlugin::PluginHelp
- class VOS::VOSPluginSharedObject
Defines
- #define PLUGIN_API
- #define DECLARE_VOS_PLUGIN(name, major, minor)
Define Documentation
| #define DECLARE_VOS_PLUGIN | ( | name, | |||
| major, | |||||
| minor | ) |
Value:
PLUGIN_API void vosplugin_name(std::string* n) { *n = (name); } \ PLUGIN_API void vosplugin_version(int* maj, int* min) { *maj = (major); *min = (minor); }
Definition at line 87 of file vosplugin.hh.
| #define PLUGIN_API |
Definition at line 12 of file vosplugin.hh.