ROOT  6.06/08
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 </builddir/build/BUILD/root-6.06.08/bindings/pyroot/src/PyCallable.h>

+ Inheritance diagram for PyROOT::PyCallable:

Constructor & Destructor Documentation

§ ~PyCallable()

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

Definition at line 17 of file PyCallable.h.

Member Function Documentation

§ Call()

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

§ Clone()

virtual PyCallable* PyROOT::PyCallable::Clone ( )
pure virtual

§ GetArgDefault()

virtual PyObject* PyROOT::PyCallable::GetArgDefault ( Int_t  )
pure virtual

Implemented in PyROOT::TMethodHolder.

Referenced by GetDocString().

§ GetCoVarNames()

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

Implemented in PyROOT::TMethodHolder.

Referenced by GetDocString().

§ GetDocString()

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

Reimplemented in PyROOT::TConstructorHolder.

Definition at line 22 of file PyCallable.h.

§ GetMaxArgs()

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

Implemented in PyROOT::TMethodHolder.

Referenced by GetDocString().

§ GetPriority()

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

Implemented in PyROOT::TMethodHolder.

Referenced by GetDocString().

§ GetPrototype()

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

Implemented in PyROOT::TMethodHolder.

Referenced by GetDocString(), and ~PyCallable().

§ GetScopeProxy()

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

Implemented in PyROOT::TMethodHolder.

Referenced by GetDocString().

§ GetSignature()

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

Implemented in PyROOT::TMethodHolder.

Referenced by ~PyCallable().


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