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

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
 

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 Documentation

typedef bp::object Tf_MakePyConstructor::object

Definition at line 196 of file makePyConstructor.h.

Function Documentation

TF_API bp::object Tf_MakePyConstructor::_DummyInit ( bp::tuple const ,
bp::dict const  
)
template<typename CLS , typename T >
void Tf_MakePyConstructor::Install ( object const self,
T const t,
TfErrorMark const m 
)

Definition at line 219 of file makePyConstructor.h.