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};

Definition at line 117 of file ComponentFactories.h.

Constructor & Destructor Documentation

◆ RegisterComponent()

RegisterComponent ( std::string  registrationName)
inline

Definition at line 119 of file ComponentFactories.h.


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