cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | Protected Attributes | List of all members
TestFactory6 Class Reference
Inheritance diagram for TestFactory6:
PyTF6

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 70 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ TestFactory6() [1/3]

TestFactory6::TestFactory6 ( int  i)
inline

Definition at line 75 of file test_factory_constructors.cpp.

◆ TestFactory6() [2/3]

TestFactory6::TestFactory6 ( TestFactory6 &&  f)
inline

Definition at line 76 of file test_factory_constructors.cpp.

◆ TestFactory6() [3/3]

TestFactory6::TestFactory6 ( const TestFactory6 f)
inline

Definition at line 77 of file test_factory_constructors.cpp.

◆ ~TestFactory6()

virtual TestFactory6::~TestFactory6 ( )
inlinevirtual

Definition at line 78 of file test_factory_constructors.cpp.

Member Function Documentation

◆ get()

virtual int TestFactory6::get ( )
inlinevirtual

Reimplemented in PyTF6.

Definition at line 79 of file test_factory_constructors.cpp.

◆ has_alias()

bool TestFactory6::has_alias ( )
inline

Definition at line 80 of file test_factory_constructors.cpp.

Member Data Documentation

◆ alias

bool TestFactory6::alias = false
protected

Definition at line 73 of file test_factory_constructors.cpp.

◆ value

int TestFactory6::value
protected

Definition at line 72 of file test_factory_constructors.cpp.


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