HDK
|
#include <makePyConstructor.h>
Public Types | |
typedef CtorBase< R(Args...)> | Base |
typedef Base::Sig | Sig |
![]() | |
typedef R(Args...) | Sig |
using | Traits = TfFunctionTraits< R(Args...)* > |
Public Member Functions | |
InitCtor (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__ (object &self, Args...args) |
![]() | |
static void | SetFunc (Sig *func) |
Additional Inherited Members | |
![]() | |
static Sig * | _func |
Definition at line 427 of file makePyConstructor.h.
typedef CtorBase<R(Args...)> Tf_MakePyConstructor::InitCtor< R(Args...)>::Base |
Definition at line 428 of file makePyConstructor.h.
typedef Base::Sig Tf_MakePyConstructor::InitCtor< R(Args...)>::Sig |
Definition at line 429 of file makePyConstructor.h.
|
inline |
Definition at line 431 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 444 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 434 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 439 of file makePyConstructor.h.