Simple class to load and manage the plugins.
More...
#include <PluginManager.h>
|
static std::map< std::string,
osgDB::DynamicLibrary * > | _dl_map |
|
Simple class to load and manage the plugins.
- Author
- [your name]
- Date
- 2011
vrecko::PluginManager::PluginManager |
( |
| ) |
|
|
inline |
vrecko::PluginManager::~PluginManager |
( |
| ) |
|
|
inline |
Ability * PluginManager::getAbilityInstance |
( |
const std::string & |
plugin_name, |
|
|
const std::string & |
ability_name |
|
) |
| |
|
static |
void * PluginManager::getFuncPtr |
( |
std::string |
dl_name, |
|
|
std::string |
func_name |
|
) |
| |
|
static |
std::map< std::string, osgDB::DynamicLibrary * > PluginManager::_dl_map |
|
staticprotected |
The documentation for this class was generated from the following files: