#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 70 of file Component.hpp.
|
inlinestatic |
Definition at line 78 of file Component.hpp.
|
staticprivate |
When static linking is used, the Component library loaders can be found in this map.
Definition at line 76 of file Component.hpp.