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

Public Member Functions

 PythonAlreadySetInDestructor (const py::str &s)
 
 ~PythonAlreadySetInDestructor ()
 

Public Attributes

py::str s
 

Detailed Description

Definition at line 77 of file test_exceptions.cpp.

Constructor & Destructor Documentation

◆ PythonAlreadySetInDestructor()

PythonAlreadySetInDestructor::PythonAlreadySetInDestructor ( const py::str &  s)
inline

Definition at line 78 of file test_exceptions.cpp.

◆ ~PythonAlreadySetInDestructor()

PythonAlreadySetInDestructor::~PythonAlreadySetInDestructor ( )
inline

Definition at line 79 of file test_exceptions.cpp.

Member Data Documentation

◆ s

py::str PythonAlreadySetInDestructor::s

Definition at line 90 of file test_exceptions.cpp.


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