Version: 9.15.0
GILState Struct Reference
Collaboration diagram for GILState:

Public Member Functions

 GILState ()
 
 ~GILState ()
 

Public Attributes

PyGILState_STATE gstate
 

Detailed Description

Definition at line 38 of file PyOptimizerAlg.cxx.

Constructor & Destructor Documentation

◆ GILState()

GILState::GILState ( )
inline

Definition at line 40 of file PyOptimizerAlg.cxx.

40 {gstate=PyGILState_Ensure();}
PyGILState_STATE gstate

◆ ~GILState()

GILState::~GILState ( )
inline

Definition at line 41 of file PyOptimizerAlg.cxx.

41 {PyGILState_Release(gstate);}

Member Data Documentation

◆ gstate

PyGILState_STATE GILState::gstate

Definition at line 39 of file PyOptimizerAlg.cxx.


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