ROOT 6.18/05 Reference Guide |
Definition at line 119 of file Converters.h.
Public Member Functions | |
TNonConstCStringConverter (UInt_t maxSize=UINT_MAX) | |
virtual PyObject * | FromMemory (void *address) |
assume this is a buffer access if the size is known; otherwise assume string More... | |
virtual Bool_t | SetArg (PyObject *, TParameter &, TCallContext *ctxt=0) |
attempt base class first (i.e. passing a string), but if that fails, try a buffer More... | |
Public Member Functions inherited from PyROOT::TCStringConverter | |
TCStringConverter (UInt_t maxSize=UINT_MAX) | |
virtual PyObject * | FromMemory (void *address) |
virtual Bool_t | SetArg (PyObject *, TParameter &, TCallContext *ctxt=0) |
construct a new string and copy it in new memory More... | |
virtual Bool_t | ToMemory (PyObject *value, void *address) |
could happen if no derived class override 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 Attributes inherited from PyROOT::TCStringConverter | |
std::string | fBuffer |
UInt_t | fMaxSize |
|
inline |
Definition at line 121 of file Converters.h.
assume this is a buffer access if the size is known; otherwise assume string
Reimplemented from PyROOT::TCStringConverter.
Definition at line 650 of file Converters.cxx.
|
virtual |
attempt base class first (i.e. passing a string), but if that fails, try a buffer
Reimplemented from PyROOT::TCStringConverter.
Reimplemented in PyROOT::TNonConstUCStringConverter.
Definition at line 636 of file Converters.cxx.