Logo ROOT   6.08/07
Reference Guide
List of all members | 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 PyObjectCall (ObjectProxy *&self, PyObject *args, PyObject *kwds, TCallContext *ctxt=0)=0
 
virtual PyCallableClone ()=0
 
virtual PyObjectGetArgDefault (Int_t)=0
 
virtual PyObjectGetCoVarNames ()=0
 
virtual PyObjectGetDocString ()
 
virtual Int_t GetMaxArgs ()=0
 
virtual Int_t GetPriority ()=0
 
virtual PyObjectGetPrototype ()=0
 
virtual PyObjectGetScopeProxy ()=0
 
virtual PyObjectGetSignature ()=0
 

#include </mnt/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/bindings/pyroot/src/PyCallable.h>

Inheritance diagram for PyROOT::PyCallable:
[legend]

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.

◆ GetCoVarNames()

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

Implemented in PyROOT::TMethodHolder.

◆ 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.

◆ GetPriority()

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

Implemented in PyROOT::TMethodHolder.

◆ GetPrototype()

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

Implemented in PyROOT::TMethodHolder.

◆ GetScopeProxy()

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

Implemented in PyROOT::TMethodHolder.

◆ GetSignature()

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

Implemented in PyROOT::TMethodHolder.


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