Definition at line 128 of file Converters.h.
|
| 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...
|
|
| 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...
|
|
| 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...
|
|
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...
|
|
#include </home/sftnight/build/workspace/root-makedoc-v618/rootspi/rdoc/src/v6-18-00-patches/bindings/pyroot/src/Converters.h>
◆ TNonConstUCStringConverter()
PyROOT::TNonConstUCStringConverter::TNonConstUCStringConverter |
( |
UInt_t |
maxSize = UINT_MAX | ) |
|
|
inline |
◆ SetArg()
The documentation for this class was generated from the following files: