Static Public Member Functions | |
static TestFactory1 * | construct1 () |
static std::unique_ptr< TestFactory1 > | construct1 (int a) |
static TestFactory1 * | construct1_string (std::string a) |
static TestFactory2 * | construct2 () |
static std::unique_ptr< TestFactory2 > | construct2 (int a) |
static TestFactory2 | construct2 (std::string a) |
static TestFactory3 * | construct3 () |
static std::shared_ptr< TestFactory3 > | construct3 (int a) |
Definition at line 117 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 121 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 123 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 125 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 129 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 131 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 133 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 137 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 139 of file test_factory_constructors.cpp.