TwiceAsNice  2019-02-18
Public Member Functions | Private Attributes | List of all members
Basda::Python::AllowThreadLock Class Reference

save the current thread for some local operation The dtor puts the saved thread back into operation. More...

#include <AllowThreadLock.h>

Collaboration diagram for Basda::Python::AllowThreadLock:
Collaboration graph

Public Member Functions

 AllowThreadLock ()
 
 ~AllowThreadLock ()
 
 AllowThreadLock ()
 
 ~AllowThreadLock ()
 

Private Attributes

PyThreadState * m_save
 

Detailed Description

save the current thread for some local operation The dtor puts the saved thread back into operation.

Constructor & Destructor Documentation

◆ AllowThreadLock() [1/2]

Basda::Python::AllowThreadLock::AllowThreadLock ( )
inline

◆ ~AllowThreadLock() [1/2]

Basda::Python::AllowThreadLock::~AllowThreadLock ( )
inline

◆ AllowThreadLock() [2/2]

Basda::Python::AllowThreadLock::AllowThreadLock ( )
inline

◆ ~AllowThreadLock() [2/2]

Basda::Python::AllowThreadLock::~AllowThreadLock ( )
inline

Member Data Documentation

◆ m_save

PyThreadState * Basda::Python::AllowThreadLock::m_save
private

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