#include <Component.hpp>
Static Public Member Functions | |
static RTT_HIDE FactoryMap & | Instance () |
Static Private Attributes | |
static RTT_HIDE FactoryMap * | Factories = 0 |
A global variable storing all component factories added with ORO_LIST_COMPONENT_TYPE. This factory needs to be present in both static and dynamic library deployments.
Definition at line 59 of file Component.hpp.
static RTT_HIDE FactoryMap& RTT::ComponentFactories::Instance | ( | ) | [inline, static] |
Definition at line 67 of file Component.hpp.
FactoryMap * RTT::ComponentFactories::Factories = 0 [static, private] |
When static linking is used, the Component library loaders can be found in this map.
Definition at line 65 of file Component.hpp.