μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
PyTF6 Class Reference
Inheritance diagram for PyTF6:
[legend]
Collaboration diagram for PyTF6:
[legend]

Public Member Functions

 PyTF6 (TestFactory6 &&base)
 
 PyTF6 (int i)
 
 PyTF6 (PyTF6 &&f) noexcept
 
 PyTF6 (const PyTF6 &f)
 
 PyTF6 (std::string s)
 
 ~PyTF6 () override
 
int get () override
 
 PyTF6 (TestFactory6 &&base)
 
 PyTF6 (int i)
 
 PyTF6 (PyTF6 &&f) noexcept
 
 PyTF6 (const PyTF6 &f)
 
 PyTF6 (std::string s)
 
 ~PyTF6 () override
 
int get () override
 
- Public Member Functions inherited from TestFactory6
 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
 

Additional Inherited Members

- Protected Attributes inherited from TestFactory6
int value
 
bool alias = false
 

Detailed Description

Definition at line 112 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ PyTF6() [1/10]

PyTF6::PyTF6 ( TestFactory6 &&  base)
inlineexplicit

◆ PyTF6() [2/10]

PyTF6::PyTF6 ( int  i)
inlineexplicit

Definition at line 120 of file test_factory_constructors.cpp.

References TestFactory6::alias, and print_created().

◆ PyTF6() [3/10]

PyTF6::PyTF6 ( PyTF6 &&  f)
inlinenoexcept

Definition at line 124 of file test_factory_constructors.cpp.

References print_move_created().

◆ PyTF6() [4/10]

PyTF6::PyTF6 ( const PyTF6 f)
inline

Definition at line 125 of file test_factory_constructors.cpp.

References print_copy_created().

◆ PyTF6() [5/10]

PyTF6::PyTF6 ( std::string  s)
inlineexplicit

Definition at line 126 of file test_factory_constructors.cpp.

References TestFactory6::alias, and print_created().

◆ ~PyTF6() [1/2]

PyTF6::~PyTF6 ( )
inlineoverride

Definition at line 130 of file test_factory_constructors.cpp.

References print_destroyed().

◆ PyTF6() [6/10]

PyTF6::PyTF6 ( TestFactory6 &&  base)
inlineexplicit

◆ PyTF6() [7/10]

PyTF6::PyTF6 ( int  i)
inlineexplicit

Definition at line 120 of file test_factory_constructors.cpp.

References TestFactory6::alias, and print_created().

◆ PyTF6() [8/10]

PyTF6::PyTF6 ( PyTF6 &&  f)
inlinenoexcept

Definition at line 124 of file test_factory_constructors.cpp.

References print_move_created().

◆ PyTF6() [9/10]

PyTF6::PyTF6 ( const PyTF6 f)
inline

Definition at line 125 of file test_factory_constructors.cpp.

References print_copy_created().

◆ PyTF6() [10/10]

PyTF6::PyTF6 ( std::string  s)
inlineexplicit

Definition at line 126 of file test_factory_constructors.cpp.

References TestFactory6::alias, and print_created().

◆ ~PyTF6() [2/2]

PyTF6::~PyTF6 ( )
inlineoverride

Definition at line 130 of file test_factory_constructors.cpp.

References print_destroyed().

Member Function Documentation

◆ get() [1/2]

int PyTF6::get ( )
inlineoverridevirtual

Reimplemented from TestFactory6.

Definition at line 131 of file test_factory_constructors.cpp.

References get(), and PYBIND11_OVERRIDE.

Referenced by get().

◆ get() [2/2]

int PyTF6::get ( )
inlineoverridevirtual

Reimplemented from TestFactory6.

Definition at line 131 of file test_factory_constructors.cpp.

References get(), and PYBIND11_OVERRIDE.


The documentation for this class was generated from the following files: