#include <Component.hpp>
Static Public Member Functions | |
static RTT_HIDE FactoryMap & | Instance () |
static RTT_HIDE FactoryMap & | Instance () |
Static Private Attributes | |
static RTT_HIDE FactoryMap * | Factories |
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 62 of file install/include/rtt/Component.hpp.
static RTT_HIDE FactoryMap& RTT::ComponentFactories::Instance | ( | ) | [inline, static] |
Definition at line 70 of file rtt/Component.hpp.
static RTT_HIDE FactoryMap& RTT::ComponentFactories::Instance | ( | ) | [inline, static] |
Definition at line 70 of file install/include/rtt/Component.hpp.
static RTT_HIDE FactoryMap * RTT::ComponentFactories::Factories [static, private] |
When static linking is used, the Component library loaders can be found in this map.
Definition at line 68 of file install/include/rtt/Component.hpp.