|
HDK
|
#include <makePyConstructor.h>
Inheritance diagram for Tf_MakePyConstructor::InitCtorWithVarArgs< R(Args...)>:Public Types | |
| typedef CtorBase< R(Args...), 2 > | Base |
| typedef Base::Sig | Sig |
| using | Arity = TfMetaLength< Args...> |
Public Types inherited from Tf_MakePyConstructor::CtorBase< R(Args...), 2 > | |
| typedef R(Args...) | Sig |
| using | Traits = TfFunctionTraits< R(Args...)* > |
Public Member Functions | |
| InitCtorWithVarArgs (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 &options) |
| template<typename CLS , size_t... I> | |
| static bp::object | __init__impl (const bp::tuple &args, const bp::dict &kwargs, std::index_sequence< I...>) |
| template<typename CLS > | |
| static bp::object | __init__ (const bp::tuple &args, const bp::dict &kwargs) |
Static Public Member Functions inherited from Tf_MakePyConstructor::CtorBase< R(Args...), 2 > | |
| static void | SetFunc (Sig *func) |
Additional Inherited Members | |
Static Public Attributes inherited from Tf_MakePyConstructor::CtorBase< R(Args...), 2 > | |
| static Sig * | _func |
Definition at line 462 of file makePyConstructor.h.
| using Tf_MakePyConstructor::InitCtorWithVarArgs< R(Args...)>::Arity = TfMetaLength<Args...> |
Definition at line 471 of file makePyConstructor.h.
| typedef CtorBase<R(Args...), 2> Tf_MakePyConstructor::InitCtorWithVarArgs< R(Args...)>::Base |
Definition at line 465 of file makePyConstructor.h.
| typedef Base::Sig Tf_MakePyConstructor::InitCtorWithVarArgs< R(Args...)>::Sig |
Definition at line 466 of file makePyConstructor.h.
|
inline |
Definition at line 473 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 550 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 503 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 486 of file makePyConstructor.h.
|
inlinestatic |
Definition at line 494 of file makePyConstructor.h.