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

Public Member Functions

 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 ()
 

Public Attributes

std::string value
 

Protected Member Functions

 TestFactory3 ()
 
 TestFactory3 (int v)
 
 TestFactory3 ()
 
 TestFactory3 (int v)
 

Friends

class TestFactoryHelper
 

Detailed Description

Definition at line 54 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ TestFactory3() [1/8]

TestFactory3::TestFactory3 ( )
inlineprotected

Definition at line 57 of file test_factory_constructors.cpp.

References print_default_created().

◆ TestFactory3() [2/8]

TestFactory3::TestFactory3 ( int  v)
inlineexplicitprotected

Definition at line 58 of file test_factory_constructors.cpp.

References print_created(), and value.

◆ TestFactory3() [3/8]

TestFactory3::TestFactory3 ( std::string  v)
inlineexplicit

Definition at line 61 of file test_factory_constructors.cpp.

References print_created(), and value.

◆ TestFactory3() [4/8]

TestFactory3::TestFactory3 ( TestFactory3 &&  m)
inlinenoexcept

Definition at line 62 of file test_factory_constructors.cpp.

◆ ~TestFactory3() [1/2]

virtual TestFactory3::~TestFactory3 ( )
inlinevirtual

Definition at line 71 of file test_factory_constructors.cpp.

References print_destroyed().

◆ TestFactory3() [5/8]

TestFactory3::TestFactory3 ( )
inlineprotected

Definition at line 57 of file test_factory_constructors.cpp.

References print_default_created().

◆ TestFactory3() [6/8]

TestFactory3::TestFactory3 ( int  v)
inlineexplicitprotected

Definition at line 58 of file test_factory_constructors.cpp.

References print_created(), and value.

◆ TestFactory3() [7/8]

TestFactory3::TestFactory3 ( std::string  v)
inlineexplicit

Definition at line 61 of file test_factory_constructors.cpp.

References print_created(), and value.

◆ TestFactory3() [8/8]

TestFactory3::TestFactory3 ( TestFactory3 &&  m)
inlinenoexcept

Definition at line 62 of file test_factory_constructors.cpp.

◆ ~TestFactory3() [2/2]

virtual TestFactory3::~TestFactory3 ( )
inlinevirtual

Definition at line 71 of file test_factory_constructors.cpp.

References print_destroyed().

Member Function Documentation

◆ operator=() [1/2]

TestFactory3 & TestFactory3::operator= ( TestFactory3 &&  m)
inlinenoexcept

Definition at line 65 of file test_factory_constructors.cpp.

References print_move_assigned(), and value.

◆ operator=() [2/2]

TestFactory3 & TestFactory3::operator= ( TestFactory3 &&  m)
inlinenoexcept

Definition at line 65 of file test_factory_constructors.cpp.

References print_move_assigned(), and value.

Friends And Related Function Documentation

◆ TestFactoryHelper

Definition at line 56 of file test_factory_constructors.cpp.

Member Data Documentation

◆ value

std::string TestFactory3::value

Definition at line 70 of file test_factory_constructors.cpp.

Referenced by operator=(), TEST_SUBMODULE(), and TestFactory3().


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