|
HDK
|
#include <PyImathUtil.h>
Public Member Functions | |
| PYIMATH_EXPORT | PyReleaseLock () |
| PYIMATH_EXPORT | ~PyReleaseLock () |
| PyReleaseLock (const PyReleaseLock &other)=delete | |
| PyReleaseLock & | operator= (PyReleaseLock &other)=delete |
| PyReleaseLock (PyReleaseLock &&other)=delete | |
| PyReleaseLock & | operator= (PyReleaseLock &&other)=delete |
This object causes the python global lock to be released for the duration of it's existence.
This object should be instantiated (and continue to be in scope) in thread- safe c++ functions called from python. This call is designed to be instantiated while an AcquireLock is in effect (nested).
Definition at line 62 of file PyImathUtil.h.
| PYIMATH_EXPORT PyImath::PyReleaseLock::PyReleaseLock | ( | ) |
| PYIMATH_EXPORT PyImath::PyReleaseLock::~PyReleaseLock | ( | ) |
|
delete |
|
delete |
|
delete |
|
delete |