#include <PyCallable.h>
Inheritance diagram for PyROOT::PyCallable:
Public Member Functions | |
virtual | ~PyCallable () |
virtual PyObject * | GetSignature ()=0 |
virtual PyObject * | GetPrototype ()=0 |
virtual PyObject * | GetDocString () |
virtual Int_t | GetPriority () |
virtual Int_t | GetMaxArgs () |
virtual PyObject * | GetArgSpec (Int_t) |
virtual PyObject * | GetArgDefault (Int_t) |
virtual PyObject * | GetScope () |
virtual PyCallable * | Clone ()=0 |
virtual PyObject * | operator() (ObjectProxy *self, PyObject *args, PyObject *kwds, Long_t user=0)=0 |
Definition at line 18 of file PyCallable.h.
virtual PyROOT::PyCallable::~PyCallable | ( | ) | [inline, virtual] |
Definition at line 20 of file PyCallable.h.
virtual PyObject* PyROOT::PyCallable::GetSignature | ( | ) | [pure virtual] |
virtual PyObject* PyROOT::PyCallable::GetPrototype | ( | ) | [pure virtual] |
Referenced by GetDocString().
virtual PyObject* PyROOT::PyCallable::GetDocString | ( | ) | [inline, virtual] |
Definition at line 25 of file PyCallable.h.
References GetPrototype().
Referenced by PyROOT::TMethodHolder< T, M >::SetPyError_().
virtual Int_t PyROOT::PyCallable::GetPriority | ( | ) | [inline, virtual] |
virtual Int_t PyROOT::PyCallable::GetMaxArgs | ( | ) | [inline, virtual] |
Definition at line 28 of file PyCallable.h.
Definition at line 29 of file PyCallable.h.
Definition at line 30 of file PyCallable.h.
virtual PyObject* PyROOT::PyCallable::GetScope | ( | ) | [inline, virtual] |
Definition at line 31 of file PyCallable.h.
virtual PyCallable* PyROOT::PyCallable::Clone | ( | ) | [pure virtual] |
virtual PyObject* PyROOT::PyCallable::operator() | ( | ObjectProxy * | self, | |
PyObject * | args, | |||
PyObject * | kwds, | |||
Long_t | user = 0 | |||
) | [pure virtual] |