μ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 | Protected Attributes | List of all members
TestFactory6 Class Reference
Inheritance diagram for TestFactory6:
[legend]

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
 

Detailed Description

Definition at line 87 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ TestFactory6() [1/6]

TestFactory6::TestFactory6 ( int  i)
inlineexplicit

Definition at line 93 of file test_factory_constructors.cpp.

References print_created().

◆ TestFactory6() [2/6]

TestFactory6::TestFactory6 ( TestFactory6 &&  f)
inlinenoexcept

Definition at line 94 of file test_factory_constructors.cpp.

References alias, print_move_created(), and value.

◆ TestFactory6() [3/6]

TestFactory6::TestFactory6 ( const TestFactory6 f)
inline

Definition at line 101 of file test_factory_constructors.cpp.

References alias, print_copy_created(), and value.

◆ ~TestFactory6() [1/2]

virtual TestFactory6::~TestFactory6 ( )
inlinevirtual

Definition at line 108 of file test_factory_constructors.cpp.

References print_destroyed().

◆ TestFactory6() [4/6]

TestFactory6::TestFactory6 ( int  i)
inlineexplicit

Definition at line 93 of file test_factory_constructors.cpp.

References print_created().

◆ TestFactory6() [5/6]

TestFactory6::TestFactory6 ( TestFactory6 &&  f)
inlinenoexcept

Definition at line 94 of file test_factory_constructors.cpp.

References alias, print_move_created(), and value.

◆ TestFactory6() [6/6]

TestFactory6::TestFactory6 ( const TestFactory6 f)
inline

Definition at line 101 of file test_factory_constructors.cpp.

References alias, print_copy_created(), and value.

◆ ~TestFactory6() [2/2]

virtual TestFactory6::~TestFactory6 ( )
inlinevirtual

Definition at line 108 of file test_factory_constructors.cpp.

References print_destroyed().

Member Function Documentation

◆ get() [1/2]

virtual int TestFactory6::get ( )
inlinevirtual

Reimplemented in PyTF6, and PyTF6.

Definition at line 109 of file test_factory_constructors.cpp.

References value.

Referenced by TEST_SUBMODULE().

◆ get() [2/2]

virtual int TestFactory6::get ( )
inlinevirtual

Reimplemented in PyTF6, and PyTF6.

Definition at line 109 of file test_factory_constructors.cpp.

References value.

◆ has_alias() [1/2]

bool TestFactory6::has_alias ( ) const
inline

Definition at line 110 of file test_factory_constructors.cpp.

References alias.

Referenced by TEST_SUBMODULE().

◆ has_alias() [2/2]

bool TestFactory6::has_alias ( ) const
inline

Definition at line 110 of file test_factory_constructors.cpp.

References alias.

Member Data Documentation

◆ alias

bool TestFactory6::alias = false
protected

Definition at line 90 of file test_factory_constructors.cpp.

Referenced by has_alias(), PyTF6::PyTF6(), and TestFactory6().

◆ value

int TestFactory6::value
protected

Definition at line 89 of file test_factory_constructors.cpp.

Referenced by get(), PyTF6::PyTF6(), and TestFactory6().


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