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

Public Member Functions

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

Protected Attributes

int value
 
bool alias = false
 

Detailed Description

Definition at line 94 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ TestFactory7() [1/3]

TestFactory7 ( int  i)
inline

Definition at line 99 of file test_factory_constructors.cpp.

◆ TestFactory7() [2/3]

TestFactory7 ( TestFactory7 &&  f)
inline

Definition at line 100 of file test_factory_constructors.cpp.

◆ TestFactory7() [3/3]

TestFactory7 ( const TestFactory7 f)
inline

Definition at line 101 of file test_factory_constructors.cpp.

◆ ~TestFactory7()

virtual ~TestFactory7 ( )
inlinevirtual

Definition at line 102 of file test_factory_constructors.cpp.

Member Function Documentation

◆ get()

virtual int get ( )
inlinevirtual

Reimplemented in PyTF7.

Definition at line 103 of file test_factory_constructors.cpp.

◆ has_alias()

bool has_alias ( )
inline

Definition at line 104 of file test_factory_constructors.cpp.

Member Data Documentation

◆ alias

bool alias = false
protected

Definition at line 97 of file test_factory_constructors.cpp.

◆ value

int value
protected

Definition at line 96 of file test_factory_constructors.cpp.


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