32TStringLong::TStringLong() :
TString()
53TStringLong::TStringLong(
const char*
cs) :
TString(
cs)
67TStringLong::TStringLong(
char c) :
TString(
c)
88TStringLong::~TStringLong()
95void TStringLong::FillBuffer(
char *&buffer)
const
99 const char *
data = GetPointer();
107void TStringLong::ReadBuffer(
char *&buffer)
123Int_t TStringLong::Sizeof()
const
125 return Length()+
sizeof(
Int_t);
131void TStringLong::Streamer(
TBuffer &
b)
137 char *
data = GetPointer();
144 const char *
data = GetPointer();
145 for (
int i = 0; i <
nwh; i++)
b <<
data[i];
void frombuf(char *&buf, Bool_t *x)
void tobuf(char *&buf, Bool_t x)
int Int_t
Signed integer 4 bytes (int)
int Ssiz_t
String size (currently int)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
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.
A zero length substring is legal.
void Init(TClassEdit::TInterpreterLookupHelper *helper)