#include <ArmarXCore/util/CPPUtility/SelfRegisteringFactory.h>
|
virtual const Identification | getID () const =0 |
|
virtual | ~Factory ()=default |
|
|
static auto | make (const Identification &s, Args &&... args) |
|
template<class Base, typename Identification, class... Args>
class armarx::Factory< Base, Identification, Args >
Definition at line 50 of file SelfRegisteringFactory.h.
◆ ~Factory()
◆ getID()
virtual const Identification getID |
( |
| ) |
const |
|
pure virtual |
◆ make()
static auto make |
( |
const Identification & |
s, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
◆ Base
The documentation for this class was generated from the following file: