Definition at line 13 of file CPPOperator.h.
Private Attributes | |
binaryfunc | fStub |
Additional Inherited Members | |
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) |
virtual bool | ProcessArgs (PyCallArgs &args) |
bool | ProcessKwds (PyObject *self_in, PyCallArgs &args) |
Protected Attributes inherited from CPyCppyy::CPPMethod | |
int | fArgsRequired |
CPyCppyy::CPPOperator::CPPOperator | ( | Cppyy::TCppScope_t | scope, |
Cppyy::TCppMethod_t | method, | ||
const std::string & | name | ||
) |
Definition at line 8 of file CPPOperator.cxx.
|
virtual |
Reimplemented from CPyCppyy::CPPMethod.
Definition at line 30 of file CPPOperator.cxx.
|
inlinevirtual |
Reimplemented from CPyCppyy::CPPMethod.
Definition at line 18 of file CPPOperator.h.
|
private |
Definition at line 23 of file CPPOperator.h.