Definition at line 25 of file CPPFunction.h.
|
virtual PyObject * | Call (CPPInstance *&, PyObject *args, PyObject *kwds, CallContext *ctx=nullptr) |
|
virtual PyCallable * | Clone () |
|
virtual PyObject * | Call (CPPInstance *&, PyObject *args, PyObject *kwds, CallContext *ctx=nullptr) |
|
virtual PyCallable * | Clone () |
|
| CPPMethod (const CPPMethod &) |
|
| CPPMethod (Cppyy::TCppScope_t scope, Cppyy::TCppMethod_t method) |
|
| CPPMethod (const CPPMethod &) |
|
| CPPMethod (Cppyy::TCppScope_t scope, Cppyy::TCppMethod_t method) |
|
virtual | ~CPPMethod () |
|
virtual PyObject * | Call (CPPInstance *&self, PyObject *args, PyObject *kwds, CallContext *ctxt=nullptr) |
|
virtual PyCallable * | Clone () |
|
virtual PyObject * | GetArgDefault (int iarg) |
|
virtual PyObject * | GetCoVarNames () |
|
virtual Cppyy::TCppFuncAddr_t | GetFunctionAddress () |
|
virtual int | GetMaxArgs () |
|
virtual int | GetPriority () |
|
virtual PyObject * | GetPrototype (bool show_formalargs=true) |
|
virtual PyObject * | GetScopeProxy () |
|
virtual PyObject * | GetSignature (bool show_formalargs=true) |
|
virtual bool | IsGreedy () |
|
CPPMethod & | operator= (const CPPMethod &) |
|
virtual | ~PyCallable () |
|
virtual PyObject * | Call (CPPInstance *&self, PyObject *args, PyObject *kwds, CallContext *ctxt=nullptr)=0 |
|
virtual PyCallable * | Clone ()=0 |
|
virtual PyObject * | GetArgDefault (int)=0 |
|
virtual PyObject * | GetCoVarNames ()=0 |
|
virtual PyObject * | GetDocString () |
|
virtual Cppyy::TCppFuncAddr_t | GetFunctionAddress ()=0 |
|
virtual int | GetMaxArgs ()=0 |
|
virtual int | GetPriority ()=0 |
|
virtual PyObject * | GetPrototype (bool show_formalargs=true)=0 |
|
virtual PyObject * | GetScopeProxy ()=0 |
|
virtual PyObject * | GetSignature (bool show_formalargs=true)=0 |
|
virtual bool | IsGreedy ()=0 |
|