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

Public Member Functions

 PyTF7 (int i)
 
 PyTF7 (PyTF7 &&f)
 
 PyTF7 (const PyTF7 &f)
 
 ~PyTF7 () override
 
int get () override
 
- Public Member Functions inherited from TestFactory7
 TestFactory7 (int i)
 
 TestFactory7 (TestFactory7 &&f)
 
 TestFactory7 (const TestFactory7 &f)
 
virtual ~TestFactory7 ()
 
bool has_alias ()
 

Additional Inherited Members

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

Detailed Description

Definition at line 107 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ PyTF7() [1/3]

PyTF7::PyTF7 ( int  i)
inline

Definition at line 109 of file test_factory_constructors.cpp.

◆ PyTF7() [2/3]

PyTF7::PyTF7 ( PyTF7 &&  f)
inline

Definition at line 110 of file test_factory_constructors.cpp.

◆ PyTF7() [3/3]

PyTF7::PyTF7 ( const PyTF7 f)
inline

Definition at line 111 of file test_factory_constructors.cpp.

◆ ~PyTF7()

PyTF7::~PyTF7 ( )
inlineoverride

Definition at line 112 of file test_factory_constructors.cpp.

Member Function Documentation

◆ get()

int PyTF7::get ( )
inlineoverridevirtual

Reimplemented from TestFactory7.

Definition at line 113 of file test_factory_constructors.cpp.


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