Public Member Functions | |
| ~TestFactory1 () | |
Public Attributes | |
| std::string | value |
Private Member Functions | |
| TestFactory1 & | operator= (TestFactory1 &&)=delete |
| TestFactory1 & | operator= (const TestFactory1 &)=delete |
| TestFactory1 () | |
| TestFactory1 (int v) | |
| TestFactory1 (std::string v) | |
| TestFactory1 (TestFactory1 &&)=delete | |
| TestFactory1 (const TestFactory1 &)=delete | |
Friends | |
| class | TestFactoryHelper |
Definition at line 18 of file test_factory_constructors.cpp.
|
inlineprivate |
Definition at line 20 of file test_factory_constructors.cpp.
|
inlineprivate |
Definition at line 21 of file test_factory_constructors.cpp.
|
inlineprivate |
Definition at line 22 of file test_factory_constructors.cpp.
|
privatedelete |
|
privatedelete |
|
inline |
Definition at line 29 of file test_factory_constructors.cpp.
|
privatedelete |
|
privatedelete |
|
friend |
Definition at line 19 of file test_factory_constructors.cpp.
| std::string TestFactory1::value |
Definition at line 28 of file test_factory_constructors.cpp.