charon-core  0.3.1
PluginManager.h File Reference

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"
Include dependency graph for PluginManager.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Cornelius Ratsch
Date
20.08.2009

Definition in file PluginManager.h.