Public Member Functions | |
TestFactory4 () | |
TestFactory4 (int v) | |
~TestFactory4 () override | |
Public Member Functions inherited from TestFactory3 | |
TestFactory3 & | operator= (TestFactory3 &&m) |
TestFactory3 (std::string v) | |
TestFactory3 (TestFactory3 &&m) | |
virtual | ~TestFactory3 () |
Additional Inherited Members | |
Public Attributes inherited from TestFactory3 | |
std::string | value |
Protected Member Functions inherited from TestFactory3 | |
TestFactory3 () | |
TestFactory3 (int v) | |
Definition at line 57 of file test_factory_constructors.cpp.
|
inline |
Definition at line 59 of file test_factory_constructors.cpp.
|
inline |
Definition at line 60 of file test_factory_constructors.cpp.
|
inlineoverride |
Definition at line 61 of file test_factory_constructors.cpp.