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

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
 

Detailed Description

Definition at line 134 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ TestFactory7() [1/6]

TestFactory7::TestFactory7 ( int  i)
inlineexplicit

Definition at line 140 of file test_factory_constructors.cpp.

References print_created().

◆ TestFactory7() [2/6]

TestFactory7::TestFactory7 ( TestFactory7 &&  f)
inlinenoexcept

Definition at line 141 of file test_factory_constructors.cpp.

References alias, print_move_created(), and value.

◆ TestFactory7() [3/6]

TestFactory7::TestFactory7 ( const TestFactory7 f)
inline

Definition at line 148 of file test_factory_constructors.cpp.

References alias, print_copy_created(), and value.

◆ ~TestFactory7() [1/2]

virtual TestFactory7::~TestFactory7 ( )
inlinevirtual

Definition at line 155 of file test_factory_constructors.cpp.

References print_destroyed().

◆ TestFactory7() [4/6]

TestFactory7::TestFactory7 ( int  i)
inlineexplicit

Definition at line 140 of file test_factory_constructors.cpp.

References print_created().

◆ TestFactory7() [5/6]

TestFactory7::TestFactory7 ( TestFactory7 &&  f)
inlinenoexcept

Definition at line 141 of file test_factory_constructors.cpp.

References alias, print_move_created(), and value.

◆ TestFactory7() [6/6]

TestFactory7::TestFactory7 ( const TestFactory7 f)
inline

Definition at line 148 of file test_factory_constructors.cpp.

References alias, print_copy_created(), and value.

◆ ~TestFactory7() [2/2]

virtual TestFactory7::~TestFactory7 ( )
inlinevirtual

Definition at line 155 of file test_factory_constructors.cpp.

References print_destroyed().

Member Function Documentation

◆ get() [1/2]

virtual int TestFactory7::get ( )
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().

◆ get() [2/2]

virtual int TestFactory7::get ( )
inlinevirtual

Reimplemented in PyTF7, and PyTF7.

Definition at line 156 of file test_factory_constructors.cpp.

References value.

◆ has_alias() [1/2]

bool TestFactory7::has_alias ( ) const
inline

Definition at line 157 of file test_factory_constructors.cpp.

References alias.

Referenced by TEST_SUBMODULE().

◆ has_alias() [2/2]

bool TestFactory7::has_alias ( ) const
inline

Definition at line 157 of file test_factory_constructors.cpp.

References alias.

Member Data Documentation

◆ alias

bool TestFactory7::alias = false
protected

Definition at line 137 of file test_factory_constructors.cpp.

Referenced by has_alias(), PyTF7::PyTF7(), and TestFactory7().

◆ value

int TestFactory7::value
protected

Definition at line 136 of file test_factory_constructors.cpp.

Referenced by get(), and TestFactory7().


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