Public Member Functions | |
TestFactory3 (std::string v) | |
TestFactory3 (TestFactory3 &&m) noexcept | |
TestFactory3 & | operator= (TestFactory3 &&m) noexcept |
virtual | ~TestFactory3 () |
TestFactory3 (std::string v) | |
TestFactory3 (TestFactory3 &&m) noexcept | |
TestFactory3 & | operator= (TestFactory3 &&m) noexcept |
virtual | ~TestFactory3 () |
Public Attributes | |
std::string | value |
Protected Member Functions | |
TestFactory3 () | |
TestFactory3 (int v) | |
TestFactory3 () | |
TestFactory3 (int v) | |
Friends | |
class | TestFactoryHelper |
Definition at line 54 of file test_factory_constructors.cpp.
|
inlineprotected |
Definition at line 57 of file test_factory_constructors.cpp.
References print_default_created().
|
inlineexplicitprotected |
Definition at line 58 of file test_factory_constructors.cpp.
References print_created(), and value.
|
inlineexplicit |
Definition at line 61 of file test_factory_constructors.cpp.
References print_created(), and value.
|
inlinenoexcept |
Definition at line 62 of file test_factory_constructors.cpp.
|
inlinevirtual |
Definition at line 71 of file test_factory_constructors.cpp.
References print_destroyed().
|
inlineprotected |
Definition at line 57 of file test_factory_constructors.cpp.
References print_default_created().
|
inlineexplicitprotected |
Definition at line 58 of file test_factory_constructors.cpp.
References print_created(), and value.
|
inlineexplicit |
Definition at line 61 of file test_factory_constructors.cpp.
References print_created(), and value.
|
inlinenoexcept |
Definition at line 62 of file test_factory_constructors.cpp.
|
inlinevirtual |
Definition at line 71 of file test_factory_constructors.cpp.
References print_destroyed().
|
inlinenoexcept |
Definition at line 65 of file test_factory_constructors.cpp.
References print_move_assigned(), and value.
|
inlinenoexcept |
Definition at line 65 of file test_factory_constructors.cpp.
References print_move_assigned(), and value.
|
friend |
Definition at line 56 of file test_factory_constructors.cpp.
std::string TestFactory3::value |
Definition at line 70 of file test_factory_constructors.cpp.
Referenced by operator=(), TEST_SUBMODULE(), and TestFactory3().