Definition at line 11 of file CPPFunction.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 |
|
virtual |
Reimplemented from CPyCppyy::CPPMethod.
Reimplemented in CPyCppyy::CPPReverseBinary.
Definition at line 61 of file CPPFunction.cxx.
|
inlinevirtual |
Reimplemented from CPyCppyy::CPPMethod.
Reimplemented in CPyCppyy::CPPReverseBinary.
Definition at line 15 of file CPPFunction.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.
Reimplemented in CPyCppyy::CPPReverseBinary.
Definition at line 52 of file CPPFunction.cxx.