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

Public Member Functions

 TestFactory5 (int i)
 
 ~TestFactory5 () override
 
 TestFactory5 (int i)
 
 ~TestFactory5 () override
 
- Public Member Functions inherited from TestFactory3
 TestFactory3 (std::string v)
 
 TestFactory3 (TestFactory3 &&m) noexcept
 
TestFactory3operator= (TestFactory3 &&m) noexcept
 
virtual ~TestFactory3 ()
 
 TestFactory3 (std::string v)
 
 TestFactory3 (TestFactory3 &&m) noexcept
 
TestFactory3operator= (TestFactory3 &&m) noexcept
 
virtual ~TestFactory3 ()
 

Additional Inherited Members

- Public Attributes inherited from TestFactory3
std::string value
 
- Protected Member Functions inherited from TestFactory3
 TestFactory3 ()
 
 TestFactory3 (int v)
 
 TestFactory3 ()
 
 TestFactory3 (int v)
 

Detailed Description

Definition at line 81 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ TestFactory5() [1/2]

TestFactory5::TestFactory5 ( int  i)
inlineexplicit

Definition at line 83 of file test_factory_constructors.cpp.

References print_created().

◆ ~TestFactory5() [1/2]

TestFactory5::~TestFactory5 ( )
inlineoverride

Definition at line 84 of file test_factory_constructors.cpp.

References print_destroyed().

◆ TestFactory5() [2/2]

TestFactory5::TestFactory5 ( int  i)
inlineexplicit

Definition at line 83 of file test_factory_constructors.cpp.

References print_created().

◆ ~TestFactory5() [2/2]

TestFactory5::~TestFactory5 ( )
inlineoverride

Definition at line 84 of file test_factory_constructors.cpp.

References print_destroyed().


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