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

Public Member Functions

 TestFactory4 ()
 
 TestFactory4 (int v)
 
 ~TestFactory4 () override
 
 TestFactory4 ()
 
 TestFactory4 (int v)
 
 ~TestFactory4 () 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 74 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ TestFactory4() [1/4]

TestFactory4::TestFactory4 ( )
inline

Definition at line 76 of file test_factory_constructors.cpp.

References print_default_created().

◆ TestFactory4() [2/4]

TestFactory4::TestFactory4 ( int  v)
inlineexplicit

Definition at line 77 of file test_factory_constructors.cpp.

References print_created().

◆ ~TestFactory4() [1/2]

TestFactory4::~TestFactory4 ( )
inlineoverride

Definition at line 78 of file test_factory_constructors.cpp.

References print_destroyed().

◆ TestFactory4() [3/4]

TestFactory4::TestFactory4 ( )
inline

Definition at line 76 of file test_factory_constructors.cpp.

References print_default_created().

◆ TestFactory4() [4/4]

TestFactory4::TestFactory4 ( int  v)
inlineexplicit

Definition at line 77 of file test_factory_constructors.cpp.

References print_created().

◆ ~TestFactory4() [2/2]

TestFactory4::~TestFactory4 ( )
inlineoverride

Definition at line 78 of file test_factory_constructors.cpp.

References print_destroyed().


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