μ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 | Private Member Functions | Friends | List of all members
TestFactory2 Class Reference

Public Member Functions

 TestFactory2 (TestFactory2 &&m) noexcept
 
TestFactory2operator= (TestFactory2 &&m) noexcept
 
 ~TestFactory2 ()
 
 TestFactory2 (TestFactory2 &&m) noexcept
 
TestFactory2operator= (TestFactory2 &&m) noexcept
 
 ~TestFactory2 ()
 

Public Attributes

std::string value
 

Private Member Functions

 TestFactory2 ()
 
 TestFactory2 (int v)
 
 TestFactory2 (std::string v)
 
 TestFactory2 ()
 
 TestFactory2 (int v)
 
 TestFactory2 (std::string v)
 

Friends

class TestFactoryHelper
 

Detailed Description

Definition at line 35 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ TestFactory2() [1/8]

TestFactory2::TestFactory2 ( )
inlineprivate

Definition at line 37 of file test_factory_constructors.cpp.

References print_default_created().

◆ TestFactory2() [2/8]

TestFactory2::TestFactory2 ( int  v)
inlineexplicitprivate

Definition at line 38 of file test_factory_constructors.cpp.

References print_created(), and value.

◆ TestFactory2() [3/8]

TestFactory2::TestFactory2 ( std::string  v)
inlineexplicitprivate

Definition at line 39 of file test_factory_constructors.cpp.

References print_created(), and value.

◆ TestFactory2() [4/8]

TestFactory2::TestFactory2 ( TestFactory2 &&  m)
inlinenoexcept

Definition at line 42 of file test_factory_constructors.cpp.

◆ ~TestFactory2() [1/2]

TestFactory2::~TestFactory2 ( )
inline

Definition at line 51 of file test_factory_constructors.cpp.

References print_destroyed().

◆ TestFactory2() [5/8]

TestFactory2::TestFactory2 ( )
inlineprivate

Definition at line 37 of file test_factory_constructors.cpp.

References print_default_created().

◆ TestFactory2() [6/8]

TestFactory2::TestFactory2 ( int  v)
inlineexplicitprivate

Definition at line 38 of file test_factory_constructors.cpp.

References print_created(), and value.

◆ TestFactory2() [7/8]

TestFactory2::TestFactory2 ( std::string  v)
inlineexplicitprivate

Definition at line 39 of file test_factory_constructors.cpp.

References print_created(), and value.

◆ TestFactory2() [8/8]

TestFactory2::TestFactory2 ( TestFactory2 &&  m)
inlinenoexcept

Definition at line 42 of file test_factory_constructors.cpp.

◆ ~TestFactory2() [2/2]

TestFactory2::~TestFactory2 ( )
inline

Definition at line 51 of file test_factory_constructors.cpp.

References print_destroyed().

Member Function Documentation

◆ operator=() [1/2]

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

Definition at line 45 of file test_factory_constructors.cpp.

References print_move_assigned(), and value.

◆ operator=() [2/2]

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

Definition at line 45 of file test_factory_constructors.cpp.

References print_move_assigned(), and value.

Friends And Related Function Documentation

◆ TestFactoryHelper

Definition at line 36 of file test_factory_constructors.cpp.

Member Data Documentation

◆ value

std::string TestFactory2::value

Definition at line 50 of file test_factory_constructors.cpp.

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


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