HDK
|
Classes | |
struct | InitVisitor |
struct | NewVisitor |
struct | InstallPolicy |
struct | InstallPolicy< TfRefPtr< T > > |
struct | _RefPtrFactoryConverter |
struct | RefPtrFactory |
struct | CtorBase |
struct | InitCtor |
struct | InitCtorWithBackReference |
struct | InitCtorWithVarArgs |
struct | NewCtor |
struct | NewCtorWithClassReference |
struct | InitCtor< R(Args...)> |
struct | NewCtor< R(Args...)> |
struct | InitCtorWithVarArgs< R(Args...)> |
struct | InitCtorWithBackReference< R(SelfRef, Args...)> |
struct | NewCtorWithClassReference< R(ClsRef, Args...)> |
Typedefs | |
typedef bp::object | object |
Functions | |
TF_API bp::object | _DummyInit (bp::tuple const &, bp::dict const &) |
template<typename CLS , typename T > | |
void | Install (object const &self, T const &t, TfErrorMark const &m) |
typedef bp::object Tf_MakePyConstructor::object |
Definition at line 189 of file makePyConstructor.h.
TF_API bp::object Tf_MakePyConstructor::_DummyInit | ( | bp::tuple const & | , |
bp::dict const & | |||
) |
void Tf_MakePyConstructor::Install | ( | object const & | self, |
T const & | t, | ||
TfErrorMark const & | m | ||
) |
Definition at line 212 of file makePyConstructor.h.