Public Member Functions | |
TestFactory1 & | operator= (const TestFactory1 &)=delete |
TestFactory1 & | operator= (TestFactory1 &&)=delete |
TestFactory1 (const TestFactory1 &)=delete | |
TestFactory1 (TestFactory1 &&)=delete | |
~TestFactory1 () | |
Public Attributes | |
std::string | value |
Private Member Functions | |
TestFactory1 () | |
TestFactory1 (int v) | |
TestFactory1 (std::string v) | |
Friends | |
class | TestFactoryHelper |
Definition at line 20 of file test_factory_constructors.cpp.
|
inlineprivate |
Definition at line 22 of file test_factory_constructors.cpp.
|
inlineexplicitprivate |
Definition at line 23 of file test_factory_constructors.cpp.
|
inlineexplicitprivate |
Definition at line 24 of file test_factory_constructors.cpp.
|
delete |
|
delete |
|
inline |
Definition at line 32 of file test_factory_constructors.cpp.
|
delete |
|
delete |
|
friend |
Definition at line 21 of file test_factory_constructors.cpp.
std::string TestFactory1::value |
Definition at line 27 of file test_factory_constructors.cpp.