|
Registers the object passed to the constructor. More...
#include <ArmarXCore/core/util/Registrar.h>
Public Member Functions | |
RegisterElement (const KeyType &key, RegisteredType element) | |
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.
|
inline |