Scarab  v2.9.0
Project 8 C++ Utility Library
Public Member Functions | Public Attributes | Private Member Functions | Friends | List of all members
TestFactory1 Class Reference

Public Member Functions

 ~TestFactory1 ()
 

Public Attributes

std::string value
 

Private Member Functions

 TestFactory1 ()
 
 TestFactory1 (int v)
 
 TestFactory1 (std::string v)
 
 TestFactory1 (TestFactory1 &&)=delete
 
 TestFactory1 (const TestFactory1 &)=delete
 
TestFactory1operator= (TestFactory1 &&)=delete
 
TestFactory1operator= (const TestFactory1 &)=delete
 

Friends

class TestFactoryHelper
 

Detailed Description

Definition at line 17 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ TestFactory1() [1/5]

TestFactory1 ( )
inlineprivate

Definition at line 19 of file test_factory_constructors.cpp.

◆ TestFactory1() [2/5]

TestFactory1 ( int  v)
inlineprivate

Definition at line 20 of file test_factory_constructors.cpp.

◆ TestFactory1() [3/5]

TestFactory1 ( std::string  v)
inlineprivate

Definition at line 21 of file test_factory_constructors.cpp.

◆ TestFactory1() [4/5]

TestFactory1 ( TestFactory1 &&  )
privatedelete

◆ TestFactory1() [5/5]

TestFactory1 ( const TestFactory1 )
privatedelete

◆ ~TestFactory1()

~TestFactory1 ( )
inline

Definition at line 28 of file test_factory_constructors.cpp.

Member Function Documentation

◆ operator=() [1/2]

TestFactory1& operator= ( TestFactory1 &&  )
privatedelete

◆ operator=() [2/2]

TestFactory1& operator= ( const TestFactory1 )
privatedelete

Friends And Related Function Documentation

◆ TestFactoryHelper

friend class TestFactoryHelper
friend

Definition at line 18 of file test_factory_constructors.cpp.

Member Data Documentation

◆ value

std::string value

Definition at line 27 of file test_factory_constructors.cpp.


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