HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath::PyReleaseLock Class Reference

#include <PyImathUtil.h>

Public Member Functions

PYIMATH_EXPORT PyReleaseLock ()
 
PYIMATH_EXPORT ~PyReleaseLock ()
 
 PyReleaseLock (const PyReleaseLock &other)=delete
 
PyReleaseLockoperator= (PyReleaseLock &other)=delete
 
 PyReleaseLock (PyReleaseLock &&other)=delete
 
PyReleaseLockoperator= (PyReleaseLock &&other)=delete
 

Detailed Description

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.

Constructor & Destructor Documentation

PYIMATH_EXPORT PyImath::PyReleaseLock::PyReleaseLock ( )
PYIMATH_EXPORT PyImath::PyReleaseLock::~PyReleaseLock ( )
PyImath::PyReleaseLock::PyReleaseLock ( const PyReleaseLock other)
delete
PyImath::PyReleaseLock::PyReleaseLock ( PyReleaseLock &&  other)
delete

Member Function Documentation

PyReleaseLock& PyImath::PyReleaseLock::operator= ( PyReleaseLock other)
delete
PyReleaseLock& PyImath::PyReleaseLock::operator= ( PyReleaseLock &&  other)
delete

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