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

Public Member Functions

 PyTF6 (TestFactory6 &&base)
 
 PyTF6 (int i)
 
 PyTF6 (PyTF6 &&f)
 
 PyTF6 (const PyTF6 &f)
 
 PyTF6 (std::string s)
 
 ~PyTF6 () override
 
int get () override
 
- Public Member Functions inherited from TestFactory6
 TestFactory6 (int i)
 
 TestFactory6 (TestFactory6 &&f)
 
 TestFactory6 (const TestFactory6 &f)
 
virtual ~TestFactory6 ()
 
bool has_alias ()
 

Additional Inherited Members

- Protected Attributes inherited from TestFactory6
int value
 
bool alias = false
 

Detailed Description

Definition at line 82 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ PyTF6() [1/5]

PyTF6::PyTF6 ( TestFactory6 &&  base)
inline

Definition at line 86 of file test_factory_constructors.cpp.

◆ PyTF6() [2/5]

PyTF6::PyTF6 ( int  i)
inline

Definition at line 87 of file test_factory_constructors.cpp.

◆ PyTF6() [3/5]

PyTF6::PyTF6 ( PyTF6 &&  f)
inline

Definition at line 88 of file test_factory_constructors.cpp.

◆ PyTF6() [4/5]

PyTF6::PyTF6 ( const PyTF6 f)
inline

Definition at line 89 of file test_factory_constructors.cpp.

◆ PyTF6() [5/5]

PyTF6::PyTF6 ( std::string  s)
inline

Definition at line 90 of file test_factory_constructors.cpp.

◆ ~PyTF6()

PyTF6::~PyTF6 ( )
inlineoverride

Definition at line 91 of file test_factory_constructors.cpp.

Member Function Documentation

◆ get()

int PyTF6::get ( )
inlineoverridevirtual

Reimplemented from TestFactory6.

Definition at line 92 of file test_factory_constructors.cpp.


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