Registrar< RegisteredType, KeyType, class >::RegisterElement Struct Reference

Registers the object passed to the constructor. More...

#include <ArmarXCore/core/util/Registrar.h>

Public Member Functions

 RegisterElement (const KeyType &key, RegisteredType element)
 

Detailed Description

template<class RegisteredType, class KeyType = std::string, class = void>
struct armarx::Registrar< RegisteredType, KeyType, class >::RegisterElement

Registers the object passed to the constructor.

This can be used in combination with global variables to register types when a header is included.

Definition at line 71 of file Registrar.h.

Constructor & Destructor Documentation

◆ RegisterElement()

RegisterElement ( const KeyType &  key,
RegisteredType  element 
)
inline

Definition at line 73 of file Registrar.h.

+ Here is the call graph for this function:

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