Scarab  v2.9.1
Project 8 C++ Utility Library
Public Member Functions | Protected Attributes | List of all members
TestFactory6 Class Reference
Inheritance diagram for TestFactory6:
Inheritance graph

Public Member Functions

 TestFactory6 (int i)
 
 TestFactory6 (TestFactory6 &&f)
 
 TestFactory6 (const TestFactory6 &f)
 
virtual ~TestFactory6 ()
 
virtual int get ()
 
bool has_alias ()
 

Protected Attributes

int value
 
bool alias = false
 

Detailed Description

Definition at line 69 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ TestFactory6() [1/3]

TestFactory6 ( int  i)
inline

Definition at line 74 of file test_factory_constructors.cpp.

◆ TestFactory6() [2/3]

TestFactory6 ( TestFactory6 &&  f)
inline

Definition at line 75 of file test_factory_constructors.cpp.

◆ TestFactory6() [3/3]

TestFactory6 ( const TestFactory6 f)
inline

Definition at line 76 of file test_factory_constructors.cpp.

◆ ~TestFactory6()

virtual ~TestFactory6 ( )
inlinevirtual

Definition at line 77 of file test_factory_constructors.cpp.

Member Function Documentation

◆ get()

virtual int get ( )
inlinevirtual

Reimplemented in PyTF6.

Definition at line 78 of file test_factory_constructors.cpp.

◆ has_alias()

bool has_alias ( )
inline

Definition at line 79 of file test_factory_constructors.cpp.

Member Data Documentation

◆ alias

bool alias = false
protected

Definition at line 72 of file test_factory_constructors.cpp.

◆ value

int value
protected

Definition at line 71 of file test_factory_constructors.cpp.


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