|
HDK
|
#include <makePyConstructor.h>
Inheritance diagram for Tf_MakePyConstructor::NewCtor< R(Args...)>:Public Types | |
| typedef CtorBase< R(Args...)> | Base |
| typedef Base::Sig | Sig |
Public Types inherited from Tf_MakePyConstructor::CtorBase< R(Args...)> | |
| typedef R(Args...) | Sig |
| using | Traits = TfFunctionTraits< R(Args...)* > |
Public Member Functions | |
| NewCtor (Sig *func) | |
Static Public Member Functions | |
| template<class CLS > | |
| static bp::object | __new__ (object &cls, Args...args) |
Static Public Member Functions inherited from Tf_MakePyConstructor::CtorBase< R(Args...)> | |
| static void | SetFunc (Sig *func) |
Additional Inherited Members | |
Static Public Attributes inherited from Tf_MakePyConstructor::CtorBase< R(Args...)> | |
| static Sig * | _func |
Definition at line 434 of file makePyConstructor.h.
| typedef CtorBase<R(Args...)> Tf_MakePyConstructor::NewCtor< R(Args...)>::Base |
Definition at line 435 of file makePyConstructor.h.
| typedef Base::Sig Tf_MakePyConstructor::NewCtor< R(Args...)>::Sig |
Definition at line 436 of file makePyConstructor.h.
|
inline |
Definition at line 437 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 440 of file makePyConstructor.h.