ROOT  6.06/09
Reference Guide
Public Member Functions | List of all members
PyROOT::TNonConstUCStringConverter Class Reference

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 PyObjectFromMemory (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
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/bindings/pyroot/src/Converters.h>

+ Inheritance diagram for PyROOT::TNonConstUCStringConverter:
+ Collaboration diagram for PyROOT::TNonConstUCStringConverter:

Constructor & Destructor Documentation

PyROOT::TNonConstUCStringConverter::TNonConstUCStringConverter ( UInt_t  maxSize = UINT_MAX)
inline

Definition at line 129 of file Converters.h.

Member Function Documentation

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

attempt base class first (i.e. passing a string), but if that fails, try a buffer

Reimplemented from PyROOT::TNonConstCStringConverter.

Definition at line 629 of file Converters.cxx.


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