Public Member Functions | |
TestFactory7 (int i) | |
TestFactory7 (TestFactory7 &&f) noexcept | |
TestFactory7 (const TestFactory7 &f) | |
virtual | ~TestFactory7 () |
virtual int | get () |
bool | has_alias () const |
TestFactory7 (int i) | |
TestFactory7 (TestFactory7 &&f) noexcept | |
TestFactory7 (const TestFactory7 &f) | |
virtual | ~TestFactory7 () |
virtual int | get () |
bool | has_alias () const |
Protected Attributes | |
int | value |
bool | alias = false |
Definition at line 134 of file test_factory_constructors.cpp.
|
inlineexplicit |
Definition at line 140 of file test_factory_constructors.cpp.
References print_created().
|
inlinenoexcept |
Definition at line 141 of file test_factory_constructors.cpp.
References alias, print_move_created(), and value.
|
inline |
Definition at line 148 of file test_factory_constructors.cpp.
References alias, print_copy_created(), and value.
|
inlinevirtual |
Definition at line 155 of file test_factory_constructors.cpp.
References print_destroyed().
|
inlineexplicit |
Definition at line 140 of file test_factory_constructors.cpp.
References print_created().
|
inlinenoexcept |
Definition at line 141 of file test_factory_constructors.cpp.
References alias, print_move_created(), and value.
|
inline |
Definition at line 148 of file test_factory_constructors.cpp.
References alias, print_copy_created(), and value.
|
inlinevirtual |
Definition at line 155 of file test_factory_constructors.cpp.
References print_destroyed().
|
inlinevirtual |
Reimplemented in PyTF7, and PyTF7.
Definition at line 156 of file test_factory_constructors.cpp.
References value.
Referenced by test_factory_constructors::test_init_factory_dual(), and TEST_SUBMODULE().
|
inlinevirtual |
Reimplemented in PyTF7, and PyTF7.
Definition at line 156 of file test_factory_constructors.cpp.
References value.
|
inline |
Definition at line 157 of file test_factory_constructors.cpp.
References alias.
Referenced by TEST_SUBMODULE().
|
inline |
Definition at line 157 of file test_factory_constructors.cpp.
References alias.
|
protected |
Definition at line 137 of file test_factory_constructors.cpp.
Referenced by has_alias(), PyTF7::PyTF7(), and TestFactory7().
|
protected |
Definition at line 136 of file test_factory_constructors.cpp.
Referenced by get(), and TestFactory7().