|
HDK
|
Classes | |
| struct | Visitor |
Functions | |
| TF_API bp::object | _DummyInit (bp::tuple const &, bp::dict const &) |
| template<class T > | |
| TfWeakPtr< T > | GetWeakPtr (T &t) |
| template<class T > | |
| TfWeakPtr< T > | GetWeakPtr (T const &t) |
| template<class T > | |
| TfWeakPtr< T > | GetWeakPtr (TfWeakPtr< T > const &t) |
| template<typename PtrType > | |
| PtrType | _GetSingletonWeakPtr (bp::object const &) |
| TF_API std::string | _Repr (bp::object const &self, std::string const &prefix) |
| TF_API bp::object Tf_PySingleton::_DummyInit | ( | bp::tuple const & | , |
| bp::dict const & | |||
| ) |
| PtrType Tf_PySingleton::_GetSingletonWeakPtr | ( | bp::object const & | ) |
Definition at line 51 of file pySingleton.h.
| TF_API std::string Tf_PySingleton::_Repr | ( | bp::object const & | self, |
| std::string const & | prefix | ||
| ) |
| TfWeakPtr<T> Tf_PySingleton::GetWeakPtr | ( | T & | t | ) |
Definition at line 35 of file pySingleton.h.
| TfWeakPtr<T> Tf_PySingleton::GetWeakPtr | ( | T const & | t | ) |
Definition at line 40 of file pySingleton.h.
Definition at line 46 of file pySingleton.h.