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

Public Member Functions

 DestructionTester ()
 
 ~DestructionTester ()
 
 DestructionTester (const DestructionTester &)
 
 DestructionTester (DestructionTester &&)
 
DestructionTesteroperator= (const DestructionTester &)
 
DestructionTesteroperator= (DestructionTester &&)
 

Detailed Description

Definition at line 65 of file test_custom_type_casters.cpp.

Constructor & Destructor Documentation

◆ DestructionTester() [1/3]

DestructionTester::DestructionTester ( )
inline

Definition at line 67 of file test_custom_type_casters.cpp.

◆ ~DestructionTester()

DestructionTester::~DestructionTester ( )
inline

Definition at line 68 of file test_custom_type_casters.cpp.

◆ DestructionTester() [2/3]

DestructionTester::DestructionTester ( const DestructionTester )
inline

Definition at line 69 of file test_custom_type_casters.cpp.

◆ DestructionTester() [3/3]

DestructionTester::DestructionTester ( DestructionTester &&  )
inline

Definition at line 70 of file test_custom_type_casters.cpp.

Member Function Documentation

◆ operator=() [1/2]

DestructionTester& DestructionTester::operator= ( const DestructionTester )
inline

Definition at line 71 of file test_custom_type_casters.cpp.

◆ operator=() [2/2]

DestructionTester& DestructionTester::operator= ( DestructionTester &&  )
inline

Definition at line 72 of file test_custom_type_casters.cpp.


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