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 71 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 55 of file pySingleton.h.
TfWeakPtr<T> Tf_PySingleton::GetWeakPtr | ( | T const & | t | ) |
Definition at line 60 of file pySingleton.h.
Definition at line 66 of file pySingleton.h.