HDK
|
#include <makePyConstructor.h>
Public Types | |
typedef CtorBase< R(SelfRef, Args...)> | Base |
typedef Base::Sig | Sig |
![]() | |
typedef R(SelfRef, Args...) | Sig |
using | Traits = TfFunctionTraits< R(SelfRef, Args...)* > |
Public Member Functions | |
InitCtorWithBackReference (Sig *func) | |
Static Public Member Functions | |
template<typename CLS > | |
static bp::object | init_callable () |
template<typename CLS , typename Options > | |
static bp::object | init_callable (Options &o) |
template<typename CLS > | |
static void | __init__ (SelfRef self, Args...args) |
![]() | |
static void | SetFunc (Sig *func) |
Additional Inherited Members | |
![]() | |
static Sig * | _func |
Definition at line 581 of file makePyConstructor.h.
typedef CtorBase<R(SelfRef, Args...)> Tf_MakePyConstructor::InitCtorWithBackReference< R(SelfRef, Args...)>::Base |
Definition at line 583 of file makePyConstructor.h.
typedef Base::Sig Tf_MakePyConstructor::InitCtorWithBackReference< R(SelfRef, Args...)>::Sig |
Definition at line 584 of file makePyConstructor.h.
|
inline |
Definition at line 585 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 598 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 588 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 593 of file makePyConstructor.h.