#include <dynamic-graph/dynamic-graph-api.h>#include <dynamic-graph/exception-factory.h>#include <boost/noncopyable.hpp>#include <dynamic-graph/fwd.hh>#include <map>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | dynamicgraph::EntityRegisterer |
| This class automatically register an Entity to the global factory at initialization and unregister it during instance destruction. More... | |
| class | dynamicgraph::FactoryStorage |
| Provides a way to create Entity objects from their class name. More... | |
Namespaces | |
| dynamicgraph | |
Macros | |
| #define | DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(CLASSTYPE, CLASSNAME) |
| Automatically register a class to the global factory by relying on the static initialization. More... | |