PandA-2024.02
|
#include <Factory.hpp>
Static Public Member Functions | |
static bool | RegisterType () |
Data Fields | |
friend | T |
Static Public Attributes | |
static bool | __registered = Factory<Base, Args...>::Registrar<T>::RegisterType() |
Private Member Functions | |
Registrar (Args... args) | |
Definition at line 72 of file Factory.hpp.
|
inlineprivate |
Definition at line 87 of file Factory.hpp.
References test_panda::args.
|
inlinestatic |
Definition at line 76 of file Factory.hpp.
References test_panda::args, GET_CLASS, Factory< Base, Args >::Registry(), and Factory< Base, Args >::Registrar< T >::T.
|
static |
Definition at line 84 of file Factory.hpp.
friend Factory< Base, Args >::Registrar< T >::T |
Definition at line 74 of file Factory.hpp.
Referenced by Factory< Base, Args >::Registrar< T >::RegisterType().