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

Public Member Functions

 PythonCallInDestructor (const py::dict &d)
 
 ~PythonCallInDestructor ()
 

Public Attributes

py::dict d
 

Detailed Description

Definition at line 68 of file test_exceptions.cpp.

Constructor & Destructor Documentation

◆ PythonCallInDestructor()

PythonCallInDestructor::PythonCallInDestructor ( const py::dict &  d)
inline

Definition at line 69 of file test_exceptions.cpp.

◆ ~PythonCallInDestructor()

PythonCallInDestructor::~PythonCallInDestructor ( )
inline

Definition at line 70 of file test_exceptions.cpp.

Member Data Documentation

◆ d

py::dict PythonCallInDestructor::d

Definition at line 72 of file test_exceptions.cpp.


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