ROOT  6.06/09
Reference Guide
Public Member Functions | List of all members
PyROOT::PyCallable Class Referenceabstract

Definition at line 15 of file PyCallable.h.

Public Member Functions

virtual ~PyCallable ()
 
virtual PyObjectGetSignature ()=0
 
virtual PyObjectGetPrototype ()=0
 
virtual PyObjectGetDocString ()
 
virtual Int_t GetPriority ()=0
 
virtual Int_t GetMaxArgs ()=0
 
virtual PyObjectGetCoVarNames ()=0
 
virtual PyObjectGetArgDefault (Int_t)=0
 
virtual PyObjectGetScopeProxy ()=0
 
virtual PyCallableClone ()=0
 
virtual PyObjectCall (ObjectProxy *&self, PyObject *args, PyObject *kwds, TCallContext *ctxt=0)=0
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/bindings/pyroot/src/PyCallable.h>

+ Inheritance diagram for PyROOT::PyCallable:

Constructor & Destructor Documentation

virtual PyROOT::PyCallable::~PyCallable ( )
inlinevirtual

Definition at line 17 of file PyCallable.h.

Member Function Documentation

virtual PyObject* PyROOT::PyCallable::Call ( ObjectProxy *&  self,
PyObject args,
PyObject kwds,
TCallContext ctxt = 0 
)
pure virtual
virtual PyCallable* PyROOT::PyCallable::Clone ( )
pure virtual
virtual PyObject* PyROOT::PyCallable::GetArgDefault ( Int_t  )
pure virtual

Implemented in PyROOT::TMethodHolder.

virtual PyObject* PyROOT::PyCallable::GetCoVarNames ( )
pure virtual

Implemented in PyROOT::TMethodHolder.

virtual PyObject* PyROOT::PyCallable::GetDocString ( )
inlinevirtual

Reimplemented in PyROOT::TConstructorHolder.

Definition at line 22 of file PyCallable.h.

virtual Int_t PyROOT::PyCallable::GetMaxArgs ( )
pure virtual

Implemented in PyROOT::TMethodHolder.

virtual Int_t PyROOT::PyCallable::GetPriority ( )
pure virtual

Implemented in PyROOT::TMethodHolder.

virtual PyObject* PyROOT::PyCallable::GetPrototype ( )
pure virtual

Implemented in PyROOT::TMethodHolder.

Referenced by GetDocString().

virtual PyObject* PyROOT::PyCallable::GetScopeProxy ( )
pure virtual

Implemented in PyROOT::TMethodHolder.

virtual PyObject* PyROOT::PyCallable::GetSignature ( )
pure virtual

Implemented in PyROOT::TMethodHolder.


The documentation for this class was generated from the following file: