SourceXtractorPlusPlus  0.13
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
SourceXtractor::GILStateEnsure Struct Reference

#include <Python.h>

Public Member Functions

 GILStateEnsure ()
 
 ~GILStateEnsure ()
 

Private Attributes

PyGILState_STATE m_state
 

Detailed Description

RAII wrapper to be used when going back to Python

Definition at line 45 of file Python.h.

Constructor & Destructor Documentation

◆ GILStateEnsure()

SourceXtractor::GILStateEnsure::GILStateEnsure ( )

Definition at line 70 of file Python.cpp.

References m_state.

◆ ~GILStateEnsure()

SourceXtractor::GILStateEnsure::~GILStateEnsure ( )

Definition at line 74 of file Python.cpp.

References m_state.

Member Data Documentation

◆ m_state

PyGILState_STATE SourceXtractor::GILStateEnsure::m_state
private

Definition at line 51 of file Python.h.

Referenced by GILStateEnsure(), and ~GILStateEnsure().


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