#include <Component.hpp>
Static Public Member Functions | |
static OCL_HIDE FactoryMap & | Instance () |
static OCL_HIDE FactoryMap & | Instance () |
Static Private Attributes | |
static OCL_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 62 of file install/include/orocos/ocl/Component.hpp.
static OCL_HIDE FactoryMap& OCL::ComponentFactories::Instance | ( | ) | [inline, static] |
Definition at line 70 of file ocl/Component.hpp.
static OCL_HIDE FactoryMap& OCL::ComponentFactories::Instance | ( | ) | [inline, static] |
Definition at line 70 of file install/include/orocos/ocl/Component.hpp.
static OCL_HIDE FactoryMap * OCL::ComponentFactories::Factories = 0 [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/orocos/ocl/Component.hpp.