charon-core
0.3.1
|
Implements a class which handles plugins and their instances. More...
#include "UnixPluginLoader.h"
#include <set>
#include <iostream>
#include <map>
#include <list>
#include "PluginManagerInterface.h"
#include "ParameteredObject.h"
Go to the source code of this file.
Classes | |
class | PluginManager |
Manages ParameteredObject based plugins and their instances. More... | |
Macros | |
#define | DEFAULT_DEBUG_SUFFIX true |
default lib suffix | |
#define | PLUGIN_EXTENSION ".so" |
system plugin file extension (dll,so,dylib) | |
#define | PLUGIN_LOADER UnixPluginLoader |
plugin loader classname (unix/win) | |
Definition in file PluginManager.h.