Definition at line 22 of file CPPGetSetItem.h.
Protected Member Functions | |
virtual bool | ProcessArgs (PyCallArgs &args) |
Protected Member Functions inherited from CPyCppyy::CPPMethod | |
bool | ConvertAndSetArgs (CPyCppyy_PyArgs_t, size_t nargsf, 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) |
virtual bool | InitExecutor_ (Executor *&, CallContext *ctxt=nullptr) |
bool | Initialize (CallContext *ctxt=nullptr) |
bool | ProcessKwds (PyObject *self_in, PyCallArgs &args) |
Additional Inherited Members | |
Protected Attributes inherited from CPyCppyy::CPPMethod | |
int | fArgsRequired |
|
inlinevirtual |
Reimplemented from CPyCppyy::CPPMethod.
Definition at line 27 of file CPPGetSetItem.h.
CPyCppyy::CPPMethod::CPPMethod | ( | const CPPMethod & | other | ) |
Definition at line 48 of file CPPMethod.cxx.
CPyCppyy::CPPMethod::CPPMethod | ( | Cppyy::TCppScope_t | scope, |
Cppyy::TCppMethod_t | method | ||
) |
Definition at line 47 of file CPPMethod.cxx.
|
protectedvirtual |
Reimplemented from CPyCppyy::CPPMethod.
Definition at line 91 of file CPPGetSetItem.cxx.