|
HDK
|
#include <PyImathUtil.h>
Public Member Functions | |
| PySafeObject () | |
| PySafeObject (const T &value) | |
| ~PySafeObject () | |
| PySafeObject (const PySafeObject &other) | |
| const PySafeObject & | operator= (const PySafeObject &other) |
| bool | operator== (const PySafeObject &other) const |
| bool | operator!= (const PySafeObject &other) const |
| T & | get () |
| const T & | get () const |
This object is safe object wrapper intended to use with hboost python objects.
This object correctly acquires the python lock for creation, copying and desctruction of the given object.
Definition at line 85 of file PyImathUtil.h.
|
inline |
Definition at line 88 of file PyImathUtil.h.
|
inline |
Definition at line 95 of file PyImathUtil.h.
|
inline |
Definition at line 102 of file PyImathUtil.h.
|
inline |
Definition at line 109 of file PyImathUtil.h.
|
inline |
Definition at line 141 of file PyImathUtil.h.
|
inline |
Definition at line 142 of file PyImathUtil.h.
|
inline |
Definition at line 134 of file PyImathUtil.h.
|
inline |
Definition at line 117 of file PyImathUtil.h.
|
inline |
Definition at line 126 of file PyImathUtil.h.