![]() |
Scarab
v2.9.0
Project 8 C++ Utility Library
|
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 116 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 120 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 122 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 124 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 128 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 130 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 132 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 136 of file test_factory_constructors.cpp.
|
inlinestatic |
Definition at line 138 of file test_factory_constructors.cpp.
1.8.13