Public Member Functions | |
TestFactory5 (int i) | |
~TestFactory5 () override | |
Public Member Functions inherited from TestFactory3 | |
TestFactory3 & | operator= (TestFactory3 &&m) noexcept |
TestFactory3 (std::string v) | |
TestFactory3 (TestFactory3 &&m) noexcept | |
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 81 of file test_factory_constructors.cpp.
|
inlineexplicit |
Definition at line 83 of file test_factory_constructors.cpp.
|
inlineoverride |
Definition at line 84 of file test_factory_constructors.cpp.