|
HDK
|
Classes | |
| struct | _PtrInterface |
| struct | _PtrFromPythonConversionPolicy |
| struct | _PtrFromPythonConversionPolicy< TfRefPtr< T > > |
| struct | _PtrFromPython |
| struct | _AnyWeakPtrFromPython |
| struct | _ConstPtrToPython |
| struct | _PtrToPython |
| struct | _ConvertPtrToPython |
| struct | _PtrToPythonWrapper |
| struct | WeakPtr |
| struct | RefAndWeakPtr |
Functions | |
| template<typename PtrType > | |
| bool | _IsPtrExpired (object const &self) |
| template<typename PtrType > | |
| bool | _IsPtrValid (object const &self) |
| template<typename PtrType > | |
| bool | _ArePtrsEqual (PtrType const &self, PtrType const &other) |
| template<typename PtrType > | |
| bool | _ArePtrsNotEqual (PtrType const &self, PtrType const &other) |
| template<typename PtrType > | |
| bool | _ArePtrsLessThan (PtrType const &self, PtrType const &other) |
| bool Tf_PyDefHelpers::_ArePtrsEqual | ( | PtrType const & | self, |
| PtrType const & | other | ||
| ) |
Definition at line 131 of file pyPtrHelpers.h.
| bool Tf_PyDefHelpers::_ArePtrsLessThan | ( | PtrType const & | self, |
| PtrType const & | other | ||
| ) |
Definition at line 137 of file pyPtrHelpers.h.
| bool Tf_PyDefHelpers::_ArePtrsNotEqual | ( | PtrType const & | self, |
| PtrType const & | other | ||
| ) |
Definition at line 134 of file pyPtrHelpers.h.
| bool Tf_PyDefHelpers::_IsPtrExpired | ( | object const & | self | ) |
Definition at line 115 of file pyPtrHelpers.h.
| bool Tf_PyDefHelpers::_IsPtrValid | ( | object const & | self | ) |
Definition at line 126 of file pyPtrHelpers.h.