Public Member Functions | |
TestFactory6 (int i) | |
TestFactory6 (TestFactory6 &&f) noexcept | |
TestFactory6 (const TestFactory6 &f) | |
virtual | ~TestFactory6 () |
virtual int | get () |
bool | has_alias () const |
TestFactory6 (int i) | |
TestFactory6 (TestFactory6 &&f) noexcept | |
TestFactory6 (const TestFactory6 &f) | |
virtual | ~TestFactory6 () |
virtual int | get () |
bool | has_alias () const |
Protected Attributes | |
int | value |
bool | alias = false |
Definition at line 87 of file test_factory_constructors.cpp.
|
inlineexplicit |
Definition at line 93 of file test_factory_constructors.cpp.
References print_created().
|
inlinenoexcept |
Definition at line 94 of file test_factory_constructors.cpp.
References alias, print_move_created(), and value.
|
inline |
Definition at line 101 of file test_factory_constructors.cpp.
References alias, print_copy_created(), and value.
|
inlinevirtual |
Definition at line 108 of file test_factory_constructors.cpp.
References print_destroyed().
|
inlineexplicit |
Definition at line 93 of file test_factory_constructors.cpp.
References print_created().
|
inlinenoexcept |
Definition at line 94 of file test_factory_constructors.cpp.
References alias, print_move_created(), and value.
|
inline |
Definition at line 101 of file test_factory_constructors.cpp.
References alias, print_copy_created(), and value.
|
inlinevirtual |
Definition at line 108 of file test_factory_constructors.cpp.
References print_destroyed().
|
inlinevirtual |
Reimplemented in PyTF6, and PyTF6.
Definition at line 109 of file test_factory_constructors.cpp.
References value.
Referenced by TEST_SUBMODULE().
|
inlinevirtual |
Reimplemented in PyTF6, and PyTF6.
Definition at line 109 of file test_factory_constructors.cpp.
References value.
|
inline |
Definition at line 110 of file test_factory_constructors.cpp.
References alias.
Referenced by TEST_SUBMODULE().
|
inline |
Definition at line 110 of file test_factory_constructors.cpp.
References alias.
|
protected |
Definition at line 90 of file test_factory_constructors.cpp.
Referenced by has_alias(), PyTF6::PyTF6(), and TestFactory6().
|
protected |
Definition at line 89 of file test_factory_constructors.cpp.
Referenced by get(), PyTF6::PyTF6(), and TestFactory6().