![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 15 of file PyCallable.h.
Public Member Functions | |
| virtual | ~PyCallable () |
| virtual PyObject * | GetSignature ()=0 |
| virtual PyObject * | GetPrototype ()=0 |
| virtual PyObject * | GetDocString () |
| virtual Int_t | GetPriority ()=0 |
| virtual Int_t | GetMaxArgs ()=0 |
| virtual PyObject * | GetCoVarNames ()=0 |
| virtual PyObject * | GetArgDefault (Int_t)=0 |
| virtual PyObject * | GetScopeProxy ()=0 |
| virtual PyCallable * | Clone ()=0 |
| virtual PyObject * | Call (ObjectProxy *&self, PyObject *args, PyObject *kwds, TCallContext *ctxt=0)=0 |
Inheritance diagram for PyROOT::PyCallable:
|
inlinevirtual |
Definition at line 17 of file PyCallable.h.
|
pure virtual |
Implemented in PyROOT::TMethodHolder, PyROOT::TConstructorHolder, PyROOT::TFunctionHolder, and PyROOT::TClassMethodHolder.
|
pure virtual |
Implemented in PyROOT::TMethodHolder, PyROOT::TSetItemHolder, PyROOT::TConstructorHolder, PyROOT::TClassMethodHolder, and PyROOT::TFunctionHolder.
Referenced by BuildScopeProxyDict().
Implemented in PyROOT::TMethodHolder.
|
pure virtual |
Implemented in PyROOT::TMethodHolder.
|
inlinevirtual |
Reimplemented in PyROOT::TConstructorHolder.
Definition at line 22 of file PyCallable.h.
|
pure virtual |
Implemented in PyROOT::TMethodHolder.
|
pure virtual |
Implemented in PyROOT::TMethodHolder.
|
pure virtual |
Implemented in PyROOT::TMethodHolder.
Referenced by GetDocString().
|
pure virtual |
Implemented in PyROOT::TMethodHolder.
|
pure virtual |
Implemented in PyROOT::TMethodHolder.