Version: 8.3.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 ( )
inline

Definition at line 40 of file PyOptimizerAlg.cxx.

40 {gstate=PyGILState_Ensure();}
GILState::~GILState ( )
inline

Definition at line 41 of file PyOptimizerAlg.cxx.

41 {PyGILState_Release(gstate);}

Member Data Documentation

PyGILState_STATE GILState::gstate

Definition at line 39 of file PyOptimizerAlg.cxx.


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