SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

SourceXtractor::GILStateEnsure::GILStateEnsure ( )

Definition at line 70 of file Python.cpp.

References m_state.

SourceXtractor::GILStateEnsure::~GILStateEnsure ( )

Definition at line 74 of file Python.cpp.

References m_state.

Member Data Documentation

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: