Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | List of all members
PyROOT::TConverter Class Referenceabstract

Definition at line 21 of file Converters.h.

Public Member Functions

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

#include </mnt/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/bindings/pyroot/src/Converters.h>

Inheritance diagram for PyROOT::TConverter:
[legend]

Constructor & Destructor Documentation

◆ ~TConverter()

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

Definition at line 23 of file Converters.h.

Member Function Documentation

◆ FromMemory()

PyObject * PyROOT::TConverter::FromMemory ( void address)
virtual

◆ SetArg()

virtual Bool_t PyROOT::TConverter::SetArg ( PyObject ,
TParameter ,
TCallContext ctxt = 0 
)
pure virtual

◆ ToMemory()

Bool_t PyROOT::TConverter::ToMemory ( PyObject value,
void address 
)
virtual

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