cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | Public Attributes | Friends | List of all members
TestFactory2 Class Reference

Public Member Functions

 TestFactory2 (TestFactory2 &&m)
 
TestFactory2operator= (TestFactory2 &&m)
 
 ~TestFactory2 ()
 

Public Attributes

std::string value
 

Friends

class TestFactoryHelper
 

Detailed Description

Definition at line 32 of file test_factory_constructors.cpp.

Constructor & Destructor Documentation

◆ TestFactory2()

TestFactory2::TestFactory2 ( TestFactory2 &&  m)
inline

Definition at line 38 of file test_factory_constructors.cpp.

◆ ~TestFactory2()

TestFactory2::~TestFactory2 ( )
inline

Definition at line 41 of file test_factory_constructors.cpp.

Member Function Documentation

◆ operator=()

TestFactory2& TestFactory2::operator= ( TestFactory2 &&  m)
inline

Definition at line 39 of file test_factory_constructors.cpp.

Friends And Related Function Documentation

◆ TestFactoryHelper

friend class TestFactoryHelper
friend

Definition at line 33 of file test_factory_constructors.cpp.

Member Data Documentation

◆ value

std::string TestFactory2::value

Definition at line 40 of file test_factory_constructors.cpp.


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