#include <PyBind11ProcessDesc.h>
Public Member Functions | |
PyBind11InterpreterSentry (bool ownsInterpreter) | |
~PyBind11InterpreterSentry () | |
Public Attributes | |
pybind11::object | mainModule |
Private Attributes | |
bool const | ownsInterpreter_ |
Definition at line 15 of file PyBind11ProcessDesc.h.
PyBind11InterpreterSentry::PyBind11InterpreterSentry | ( | bool | ownsInterpreter | ) |
Definition at line 12 of file PyBind11ProcessDesc.cc.
References ownsInterpreter_.
PyBind11InterpreterSentry::~PyBind11InterpreterSentry | ( | ) |
Definition at line 19 of file PyBind11ProcessDesc.cc.
References mainModule, resolutioncreator_cfi::object, and ownsInterpreter_.
pybind11::object PyBind11InterpreterSentry::mainModule |
Definition at line 20 of file PyBind11ProcessDesc.h.
Referenced by PyBind11ProcessDesc::prepareToRead(), and ~PyBind11InterpreterSentry().
|
private |
Definition at line 23 of file PyBind11ProcessDesc.h.
Referenced by PyBind11InterpreterSentry(), and ~PyBind11InterpreterSentry().