μ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
PyTF7 Class Reference
Inheritance diagram for PyTF7:
[legend]
Collaboration diagram for PyTF7:
[legend]

Public Member Functions

 PyTF7 (int i)
 
 PyTF7 (PyTF7 &&f) noexcept
 
 PyTF7 (const PyTF7 &f)
 
 ~PyTF7 () override
 
int get () override
 
 PyTF7 (int i)
 
 PyTF7 (PyTF7 &&f) noexcept
 
 PyTF7 (const PyTF7 &f)
 
 ~PyTF7 () override
 
int get () override
 
- Public Member Functions inherited from TestFactory7
 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
 

Additional Inherited Members

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

Detailed Description

Definition at line 159 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ PyTF7() [1/6]

PyTF7::PyTF7 ( int  i)
inlineexplicit

Definition at line 161 of file test_factory_constructors.cpp.

References TestFactory7::alias, and print_created().

◆ PyTF7() [2/6]

PyTF7::PyTF7 ( PyTF7 &&  f)
inlinenoexcept

Definition at line 166 of file test_factory_constructors.cpp.

References print_move_created().

◆ PyTF7() [3/6]

PyTF7::PyTF7 ( const PyTF7 f)
inline

Definition at line 167 of file test_factory_constructors.cpp.

References print_copy_created().

◆ ~PyTF7() [1/2]

PyTF7::~PyTF7 ( )
inlineoverride

Definition at line 168 of file test_factory_constructors.cpp.

References print_destroyed().

◆ PyTF7() [4/6]

PyTF7::PyTF7 ( int  i)
inlineexplicit

Definition at line 161 of file test_factory_constructors.cpp.

References TestFactory7::alias, and print_created().

◆ PyTF7() [5/6]

PyTF7::PyTF7 ( PyTF7 &&  f)
inlinenoexcept

Definition at line 166 of file test_factory_constructors.cpp.

References print_move_created().

◆ PyTF7() [6/6]

PyTF7::PyTF7 ( const PyTF7 f)
inline

Definition at line 167 of file test_factory_constructors.cpp.

References print_copy_created().

◆ ~PyTF7() [2/2]

PyTF7::~PyTF7 ( )
inlineoverride

Definition at line 168 of file test_factory_constructors.cpp.

References print_destroyed().

Member Function Documentation

◆ get() [1/2]

int PyTF7::get ( )
inlineoverridevirtual

Reimplemented from TestFactory7.

Definition at line 169 of file test_factory_constructors.cpp.

References get(), and PYBIND11_OVERRIDE.

Referenced by get().

◆ get() [2/2]

int PyTF7::get ( )
inlineoverridevirtual

Reimplemented from TestFactory7.

Definition at line 169 of file test_factory_constructors.cpp.

References get(), and PYBIND11_OVERRIDE.


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