HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tf_PySingleton Namespace Reference

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)
 

Function Documentation

TF_API bp::object Tf_PySingleton::_DummyInit ( bp::tuple const ,
bp::dict const  
)
template<typename PtrType >
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 
)
template<class T >
TfWeakPtr<T> Tf_PySingleton::GetWeakPtr ( T &  t)

Definition at line 55 of file pySingleton.h.

template<class T >
TfWeakPtr<T> Tf_PySingleton::GetWeakPtr ( T const t)

Definition at line 60 of file pySingleton.h.

template<class T >
TfWeakPtr<T> Tf_PySingleton::GetWeakPtr ( TfWeakPtr< T > const t)

Definition at line 66 of file pySingleton.h.