HDK
|
#include <makePyConstructor.h>
Public Types | |
typedef CtorBase< R(ClsRef, Args...)> | Base |
typedef Base::Sig | Sig |
![]() | |
typedef R(ClsRef, Args...) | Sig |
using | Traits = TfFunctionTraits< R(ClsRef, Args...)* > |
Public Member Functions | |
NewCtorWithClassReference (Sig *func) | |
Static Public Member Functions | |
template<class CLS > | |
static bp::object | __new__ (ClsRef cls, Args...args) |
![]() | |
static void | SetFunc (Sig *func) |
Additional Inherited Members | |
![]() | |
static Sig * | _func |
Definition at line 605 of file makePyConstructor.h.
typedef CtorBase<R(ClsRef, Args...)> Tf_MakePyConstructor::NewCtorWithClassReference< R(ClsRef, Args...)>::Base |
Definition at line 607 of file makePyConstructor.h.
typedef Base::Sig Tf_MakePyConstructor::NewCtorWithClassReference< R(ClsRef, Args...)>::Sig |
Definition at line 608 of file makePyConstructor.h.
|
inline |
Definition at line 609 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 612 of file makePyConstructor.h.