Public Member Functions | |
TestFactory2 & | operator= (TestFactory2 &&m) |
TestFactory2 (TestFactory2 &&m) | |
~TestFactory2 () | |
Public Attributes | |
std::string | value |
Private Member Functions | |
TestFactory2 () | |
TestFactory2 (int v) | |
TestFactory2 (std::string v) | |
Friends | |
class | TestFactoryHelper |
Definition at line 32 of file test_factory_constructors.cpp.
|
inlineprivate |
Definition at line 34 of file test_factory_constructors.cpp.
|
inlineprivate |
Definition at line 35 of file test_factory_constructors.cpp.
|
inlineprivate |
Definition at line 36 of file test_factory_constructors.cpp.
|
inline |
Definition at line 38 of file test_factory_constructors.cpp.
|
inline |
Definition at line 41 of file test_factory_constructors.cpp.
|
inline |
Definition at line 39 of file test_factory_constructors.cpp.
|
friend |
Definition at line 33 of file test_factory_constructors.cpp.
std::string TestFactory2::value |
Definition at line 40 of file test_factory_constructors.cpp.