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

Definition at line 20 of file Converters.h.

Public Member Functions

virtual ~TConverter ()
 
virtual Bool_t SetArg (PyObject *, TParameter &, TCallContext *ctxt=0)=0
 
virtual PyObjectFromMemory (void *address)
 
virtual Bool_t ToMemory (PyObject *value, void *address)
 could happen if no derived class override More...
 

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

+ Inheritance diagram for PyROOT::TConverter:

Constructor & Destructor Documentation

virtual PyROOT::TConverter::~TConverter ( )
inlinevirtual

Definition at line 22 of file Converters.h.

Member Function Documentation

PyObject * PyROOT::TConverter::FromMemory ( void address)
virtual
virtual Bool_t PyROOT::TConverter::SetArg ( PyObject ,
TParameter ,
TCallContext ctxt = 0 
)
pure virtual
Bool_t PyROOT::TConverter::ToMemory ( PyObject value,
void address 
)
virtual

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