Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | List of all members
PyROOT::TVoidPtrPtrConverter Class Reference

Definition at line 251 of file Converters.h.

Public Member Functions

virtual PyObjectFromMemory (void *address)
 read a void** from address; since this is unknown, long is used (user can cast) More...
 
virtual Bool_t SetArg (PyObject *, TParameter &, TCallContext *ctxt=0)
 convert <pyobject> to C++ void**, set arg for call More...
 
- Public Member Functions inherited from PyROOT::TConverter
virtual ~TConverter ()
 
virtual Bool_t ToMemory (PyObject *value, void *address)
 could happen if no derived class override More...
 

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

Inheritance diagram for PyROOT::TVoidPtrPtrConverter:
[legend]

Member Function Documentation

◆ FromMemory()

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

read a void** from address; since this is unknown, long is used (user can cast)

Reimplemented from PyROOT::TConverter.

Definition at line 1213 of file Converters.cxx.

◆ SetArg()

Bool_t PyROOT::TVoidPtrPtrConverter::SetArg ( PyObject pyobject,
TParameter para,
TCallContext ctxt = 0 
)
virtual

convert <pyobject> to C++ void**, set arg for call

Implements PyROOT::TConverter.

Definition at line 1188 of file Converters.cxx.


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