ROOT 6.10/09 Reference Guide |
Definition at line 127 of file Converters.h.
Public Member Functions | |
TNonConstUCStringConverter (UInt_t maxSize=UINT_MAX) | |
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::TNonConstCStringConverter | |
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... | |
Public Member Functions inherited from PyROOT::TCStringConverter | |
TCStringConverter (UInt_t maxSize=UINT_MAX) | |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from PyROOT::TCStringConverter | |
std::string | fBuffer |
UInt_t | fMaxSize |
|
inline |
Definition at line 129 of file Converters.h.
|
virtual |
attempt base class first (i.e. passing a string), but if that fails, try a buffer
Reimplemented from PyROOT::TNonConstCStringConverter.
Definition at line 660 of file Converters.cxx.