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
 
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 Documentation

typedef bp::object Tf_MakePyConstructor::object

Definition at line 189 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 212 of file makePyConstructor.h.