99 tobuf(buffer, nchars);
101 for (
Int_t i = 0; i < nchars; i++) buffer[i] =
data[i];
141 for (
Ssiz_t i = 0; i < nwr; i++) b >>
data[i];
146 for (
int i = 0; i < nwh; i++)
b <<
data[i];
void frombuf(char *&buf, Bool_t *x)
void tobuf(char *&buf, Bool_t x)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
Buffer base class used for serializing objects.
virtual ~TStringLong()
destructor
void FillBuffer(char *&buffer) const override
Fill buffer.
void Streamer(TBuffer &) override
Stream a long (>255 characters) string object.
Int_t Sizeof() const override
Return the sizeof the string.
void ReadBuffer(char *&buffer) override
Read this string from the buffer.
char * Init(Ssiz_t capacity, Ssiz_t nchar)
Private member function returning an empty string representation of size capacity and containing ncha...
Ssiz_t Clobber(Ssiz_t nc)
Clear string and make sure it has a capacity of nc.
A zero length substring is legal.