Definition at line 164 of file Converters.h.
Public Member Functions | |
virtual Bool_t | SetArg (PyObject *, TParameter &, TCallContext *ctxt=0) |
just convert pointer if it is a ROOT object More... | |
Public Member Functions inherited from PyROOT::TVoidArrayConverter | |
TVoidArrayConverter (Bool_t keepControl=kTRUE) | |
virtual PyObject * | FromMemory (void *address) |
nothing sensible can be done, just return <address> as pylong More... | |
virtual Bool_t | SetArg (PyObject *, TParameter &, TCallContext *ctxt=0) |
just convert pointer if it is a ROOT object More... | |
virtual Bool_t | ToMemory (PyObject *value, void *address) |
just convert pointer if it is a ROOT object More... | |
Public Member Functions inherited from PyROOT::TConverter | |
virtual | ~TConverter () |
virtual PyObject * | FromMemory (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... | |
Additional Inherited Members | |
Protected Member Functions inherited from PyROOT::TVoidArrayConverter | |
virtual Bool_t | GetAddressSpecialCase (PyObject *pyobject, void *&address) |
(1): "null pointer" or C++11 style nullptr More... | |
Bool_t | KeepControl () |
|
virtual |
just convert pointer if it is a ROOT object
Reimplemented from PyROOT::TVoidArrayConverter.