|
HDK
|
#include <makePyConstructor.h>
Inheritance diagram for Tf_MakePyConstructor::NewCtorWithClassReference< R(ClsRef, Args...)>:Public Types | |
| typedef CtorBase< R(ClsRef, Args...)> | Base |
| typedef Base::Sig | Sig |
Public Types inherited from Tf_MakePyConstructor::CtorBase< R(ClsRef, Args...)> | |
| 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 Public Member Functions inherited from Tf_MakePyConstructor::CtorBase< R(ClsRef, Args...)> | |
| static void | SetFunc (Sig *func) |
Additional Inherited Members | |
Static Public Attributes inherited from Tf_MakePyConstructor::CtorBase< R(ClsRef, Args...)> | |
| static Sig * | _func |
Definition at line 588 of file makePyConstructor.h.
| typedef CtorBase<R(ClsRef, Args...)> Tf_MakePyConstructor::NewCtorWithClassReference< R(ClsRef, Args...)>::Base |
Definition at line 590 of file makePyConstructor.h.
| typedef Base::Sig Tf_MakePyConstructor::NewCtorWithClassReference< R(ClsRef, Args...)>::Sig |
Definition at line 591 of file makePyConstructor.h.
|
inline |
Definition at line 592 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 595 of file makePyConstructor.h.