Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
PluginEngine.h File Reference

Definition of the plug-in architecture. More...

#include <string>
#include <map>
#include "Plugin.h"

Go to the source code of this file.

Classes

class  Menge::PluginEngine
 The class responsible for finding, managing, and deleting plugins. More...
 

Namespaces

 Menge
 The core namespace. All elements of Menge are contained in this namespace.
 

Typedefs

typedef std::map< std::string,
Plugin * > 
Menge::PluginMap
 Mapping from the file name of the dynamic library to a pointer to the loaded plugin.
 

Detailed Description

Definition of the plug-in architecture.