factory.h File Reference
#include <map>
#include <string>
#include <vector>
#include <boost/noncopyable.hpp>
#include <dynamic-graph/fwd.hh>
#include <dynamic-graph/exception-factory.h>
#include <dynamic-graph/dynamic-graph-api.h>
Include dependency graph for factory.h:

Classes

class  dynamicgraph::FactoryStorage
 Provides a way to create Entity objects from their class name. More...
 
class  dynamicgraph::EntityRegisterer
 This class automatically register an Entity to the global factory at initialization and unregister it during instance destruction. More...
 

Namespaces

 dynamicgraph
 WIN32.
 

Macros

#define DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(CLASSTYPE, CLASSNAME)
 Automatically register a class to the global factory by relying on the static initialization. More...