Definition at line 28 of file CPPConstructor.h.
Additional Inherited Members | |
Protected Member Functions inherited from CPyCppyy::CPPConstructor | |
virtual bool | InitExecutor_ (Executor *&, CallContext *ctxt=nullptr) |
Protected Member Functions inherited from CPyCppyy::CPPMethod | |
bool | ConvertAndSetArgs (PyObject *args, CallContext *ctxt=nullptr) |
PyObject * | Execute (void *self, ptrdiff_t offset, CallContext *ctxt=nullptr) |
Executor * | GetExecutor () |
Cppyy::TCppMethod_t | GetMethod () |
std::string | GetReturnTypeName () |
Cppyy::TCppScope_t | GetScope () |
std::string | GetSignatureString (bool show_formalargs=true) |
bool | Initialize (CallContext *ctxt=nullptr) |
virtual PyObject * | PreProcessArgs (CPPInstance *&self, PyObject *args, PyObject *kwds) |
PyObject * | ProcessKeywords (PyObject *self, PyObject *args, PyObject *kwds) |
void | SetMethod (Cppyy::TCppMethod_t m) |
Protected Attributes inherited from CPyCppyy::CPPMethod | |
int | fArgsRequired |
|
virtual |
Reimplemented from CPyCppyy::CPPConstructor.
Definition at line 146 of file CPPConstructor.cxx.