Public Member Functions | |
TestFactory4 () | |
TestFactory4 (int v) | |
~TestFactory4 () 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 74 of file test_factory_constructors.cpp.
|
inline |
Definition at line 76 of file test_factory_constructors.cpp.
|
inlineexplicit |
Definition at line 77 of file test_factory_constructors.cpp.
|
inlineoverride |
Definition at line 78 of file test_factory_constructors.cpp.