RegisterComponent< ComponentT > Struct Template Reference

A class performing component registration on its construction. More...

#include <ArmarXCore/core/ComponentFactories.h>

Public Member Functions

 RegisterComponent (std::string registrationName)
 

Detailed Description

template<class ComponentT>
struct armarx::RegisterComponent< ComponentT >

A class performing component registration on its construction.

Register per calling

RegisterComponent<ComponentT> registerVar{ComponentName};
RegisterComponent(std::string registrationName)

Definition at line 127 of file ComponentFactories.h.

Constructor & Destructor Documentation

◆ RegisterComponent()

template<class ComponentT>
RegisterComponent ( std::string registrationName)
inline

Definition at line 129 of file ComponentFactories.h.

+ Here is the call graph for this function:

The documentation for this struct was generated from the following file: