Definition at line 18 of file CPPMethod.h.
Protected Member Functions | |
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) |
virtual bool | InitExecutor_ (Executor *&, CallContext *ctxt=nullptr) |
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 | |
int | fArgsRequired |
Private Member Functions | |
void | Copy_ (const CPPMethod &) |
void | Destroy_ () const |
PyObject * | ExecuteFast (void *, ptrdiff_t, CallContext *) |
PyObject * | ExecuteProtected (void *, ptrdiff_t, CallContext *) |
bool | InitConverters_ () |
void | SetPyError_ (PyObject *msg) |
Private Attributes | |
std::map< std::string, int > * | fArgIndices |
std::vector< Converter * > | fConverters |
Executor * | fExecutor |
Cppyy::TCppMethod_t | fMethod |
Cppyy::TCppScope_t | fScope |
CPyCppyy::CPPMethod::CPPMethod | ( | Cppyy::TCppScope_t | scope, |
Cppyy::TCppMethod_t | method | ||
) |
Definition at line 290 of file CPPMethod.cxx.
CPyCppyy::CPPMethod::CPPMethod | ( | const CPPMethod & | other | ) |
Definition at line 299 of file CPPMethod.cxx.
|
virtual |
Definition at line 319 of file CPPMethod.cxx.
|
virtual |
Implements CPyCppyy::PyCallable.
Reimplemented in CPyCppyy::CPPAbstractClassConstructor, CPyCppyy::CPPNamespaceConstructor, CPyCppyy::CPPIncompleteClassConstructor, CPyCppyy::CPPFunction, CPyCppyy::CPPReverseBinary, CPyCppyy::CPPClassMethod, and CPyCppyy::CPPConstructor.
Definition at line 740 of file CPPMethod.cxx.
|
inlinevirtual |
Implements CPyCppyy::PyCallable.
Reimplemented in CPyCppyy::CPPClassMethod, CPyCppyy::CPPConstructor, CPyCppyy::CPPFunction, CPyCppyy::CPPReverseBinary, CPyCppyy::CPPSetItem, and CPyCppyy::CPPGetItem.
Definition at line 37 of file CPPMethod.h.
|
protected |
Definition at line 673 of file CPPMethod.cxx.
Definition at line 37 of file CPPMethod.cxx.
|
inlineprivate |
Definition at line 48 of file CPPMethod.cxx.
|
protected |
Definition at line 712 of file CPPMethod.cxx.
|
inlineprivate |
Definition at line 61 of file CPPMethod.cxx.
|
inlineprivate |
Definition at line 135 of file CPPMethod.cxx.
Implements CPyCppyy::PyCallable.
Definition at line 488 of file CPPMethod.cxx.
|
virtual |
Implements CPyCppyy::PyCallable.
Definition at line 464 of file CPPMethod.cxx.
|
inlineprotected |
Definition at line 56 of file CPPMethod.h.
|
virtual |
Implements CPyCppyy::PyCallable.
Definition at line 520 of file CPPMethod.cxx.
|
virtual |
Implements CPyCppyy::PyCallable.
Definition at line 458 of file CPPMethod.cxx.
|
inlineprotected |
Definition at line 51 of file CPPMethod.h.
|
virtual |
Implements CPyCppyy::PyCallable.
Definition at line 337 of file CPPMethod.cxx.
Implements CPyCppyy::PyCallable.
Definition at line 326 of file CPPMethod.cxx.
|
protected |
Definition at line 800 of file CPPMethod.cxx.
|
inlineprotected |
Definition at line 55 of file CPPMethod.h.
|
virtual |
Implements CPyCppyy::PyCallable.
Definition at line 512 of file CPPMethod.cxx.
Implements CPyCppyy::PyCallable.
Definition at line 793 of file CPPMethod.cxx.
|
protected |
Definition at line 202 of file CPPMethod.cxx.
|
private |
Definition at line 166 of file CPPMethod.cxx.
|
protectedvirtual |
Reimplemented in CPyCppyy::CPPConstructor, and CPyCppyy::CPPSetItem.
Definition at line 188 of file CPPMethod.cxx.
|
protected |
Definition at line 528 of file CPPMethod.cxx.
|
virtual |
Implements CPyCppyy::PyCallable.
Definition at line 439 of file CPPMethod.cxx.
CPyCppyy::CPPMethod & CPyCppyy::CPPMethod::operator= | ( | const CPPMethod & | other | ) |
Definition at line 306 of file CPPMethod.cxx.
|
protectedvirtual |
Reimplemented in CPyCppyy::CPPFunction, CPyCppyy::CPPReverseBinary, CPyCppyy::CPPSetItem, and CPyCppyy::CPPGetItem.
Definition at line 626 of file CPPMethod.cxx.
|
protected |
Definition at line 547 of file CPPMethod.cxx.
|
inlineprotected |
Definition at line 54 of file CPPMethod.h.
Definition at line 229 of file CPPMethod.cxx.
|
private |
Definition at line 81 of file CPPMethod.h.
|
protected |
Definition at line 85 of file CPPMethod.h.
|
private |
Definition at line 80 of file CPPMethod.h.
|
private |
Definition at line 77 of file CPPMethod.h.
|
private |
Definition at line 75 of file CPPMethod.h.
|
private |
Definition at line 76 of file CPPMethod.h.