Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces | Functions
TBuffer.h File Reference
#include "TObject.h"
#include <vector>
Include dependency graph for TBuffer.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TBuffer
 Buffer base class used for serializing objects. More...
 

Namespaces

 TStreamerInfoActions
 

Functions

TBufferoperator<< (TBuffer &buf, Bool_t b)
 
TBufferoperator<< (TBuffer &buf, Char_t c)
 
TBufferoperator<< (TBuffer &buf, UChar_t c)
 
TBufferoperator<< (TBuffer &buf, Short_t s)
 
TBufferoperator<< (TBuffer &buf, UShort_t s)
 
TBufferoperator<< (TBuffer &buf, Int_t i)
 
TBufferoperator<< (TBuffer &buf, UInt_t i)
 
TBufferoperator<< (TBuffer &buf, Long_t l)
 
TBufferoperator<< (TBuffer &buf, ULong_t l)
 
TBufferoperator<< (TBuffer &buf, Long64_t l)
 
TBufferoperator<< (TBuffer &buf, ULong64_t l)
 
TBufferoperator<< (TBuffer &buf, Float_t f)
 
TBufferoperator<< (TBuffer &buf, Double_t d)
 
TBufferoperator<< (TBuffer &buf, const Char_t *c)
 
TBufferoperator<< (TBuffer &buf, const TString &s)
 
template<class Tmpl >
TBufferoperator<< (TBuffer &buf, const Tmpl *obj)
 
TBufferoperator<< (TBuffer &buf, const TObject *obj)
 
TBufferoperator>> (TBuffer &buf, Bool_t &b)
 
TBufferoperator>> (TBuffer &buf, Char_t &c)
 
TBufferoperator>> (TBuffer &buf, UChar_t &c)
 
TBufferoperator>> (TBuffer &buf, Short_t &s)
 
TBufferoperator>> (TBuffer &buf, UShort_t &s)
 
TBufferoperator>> (TBuffer &buf, Int_t &i)
 
TBufferoperator>> (TBuffer &buf, UInt_t &i)
 
TBufferoperator>> (TBuffer &buf, Long_t &l)
 
TBufferoperator>> (TBuffer &buf, ULong_t &l)
 
TBufferoperator>> (TBuffer &buf, Long64_t &l)
 
TBufferoperator>> (TBuffer &buf, ULong64_t &l)
 
TBufferoperator>> (TBuffer &buf, Float_t &f)
 
TBufferoperator>> (TBuffer &buf, Double_t &d)
 
TBufferoperator>> (TBuffer &buf, Char_t *c)
 
TBufferoperator>> (TBuffer &buf, TString &s)
 
template<class Tmpl >
TBufferoperator>> (TBuffer &buf, Tmpl *&obj)
 

Function Documentation

◆ operator<<() [1/17]

TBuffer& operator<< ( TBuffer buf,
Bool_t  b 
)
inline

Definition at line 352 of file TBuffer.h.

◆ operator<<() [2/17]

TBuffer& operator<< ( TBuffer buf,
Char_t  c 
)
inline

Definition at line 353 of file TBuffer.h.

◆ operator<<() [3/17]

TBuffer& operator<< ( TBuffer buf,
UChar_t  c 
)
inline

Definition at line 354 of file TBuffer.h.

◆ operator<<() [4/17]

TBuffer& operator<< ( TBuffer buf,
Short_t  s 
)
inline

Definition at line 355 of file TBuffer.h.

◆ operator<<() [5/17]

TBuffer& operator<< ( TBuffer buf,
UShort_t  s 
)
inline

Definition at line 356 of file TBuffer.h.

◆ operator<<() [6/17]

TBuffer& operator<< ( TBuffer buf,
Int_t  i 
)
inline

Definition at line 357 of file TBuffer.h.

◆ operator<<() [7/17]

TBuffer& operator<< ( TBuffer buf,
UInt_t  i 
)
inline

Definition at line 358 of file TBuffer.h.

◆ operator<<() [8/17]

TBuffer& operator<< ( TBuffer buf,
Long_t  l 
)
inline

Definition at line 359 of file TBuffer.h.

◆ operator<<() [9/17]

TBuffer& operator<< ( TBuffer buf,
ULong_t  l 
)
inline

Definition at line 360 of file TBuffer.h.

◆ operator<<() [10/17]

TBuffer& operator<< ( TBuffer buf,
Long64_t  l 
)
inline

Definition at line 361 of file TBuffer.h.

◆ operator<<() [11/17]

TBuffer& operator<< ( TBuffer buf,
ULong64_t  l 
)
inline

Definition at line 362 of file TBuffer.h.

◆ operator<<() [12/17]

TBuffer& operator<< ( TBuffer buf,
Float_t  f 
)
inline

Definition at line 363 of file TBuffer.h.

◆ operator<<() [13/17]

TBuffer& operator<< ( TBuffer buf,
Double_t  d 
)
inline

Definition at line 364 of file TBuffer.h.

◆ operator<<() [14/17]

TBuffer& operator<< ( TBuffer buf,
const Char_t c 
)
inline

Definition at line 365 of file TBuffer.h.

◆ operator<<() [15/17]

TBuffer& operator<< ( TBuffer buf,
const TString s 
)
inline

Definition at line 366 of file TBuffer.h.

◆ operator<<() [16/17]

template<class Tmpl >
TBuffer& operator<< ( TBuffer buf,
const Tmpl *  obj 
)

Definition at line 390 of file TBuffer.h.

◆ operator<<() [17/17]

TBuffer& operator<< ( TBuffer buf,
const TObject obj 
)
inline

Definition at line 404 of file TBuffer.h.

◆ operator>>() [1/16]

TBuffer& operator>> ( TBuffer buf,
Bool_t b 
)
inline

Definition at line 336 of file TBuffer.h.

◆ operator>>() [2/16]

TBuffer& operator>> ( TBuffer buf,
Char_t c 
)
inline

Definition at line 337 of file TBuffer.h.

◆ operator>>() [3/16]

TBuffer& operator>> ( TBuffer buf,
UChar_t c 
)
inline

Definition at line 338 of file TBuffer.h.

◆ operator>>() [4/16]

TBuffer& operator>> ( TBuffer buf,
Short_t s 
)
inline

Definition at line 339 of file TBuffer.h.

◆ operator>>() [5/16]

TBuffer& operator>> ( TBuffer buf,
UShort_t s 
)
inline

Definition at line 340 of file TBuffer.h.

◆ operator>>() [6/16]

TBuffer& operator>> ( TBuffer buf,
Int_t i 
)
inline

Definition at line 341 of file TBuffer.h.

◆ operator>>() [7/16]

TBuffer& operator>> ( TBuffer buf,
UInt_t i 
)
inline

Definition at line 342 of file TBuffer.h.

◆ operator>>() [8/16]

TBuffer& operator>> ( TBuffer buf,
Long_t l 
)
inline

Definition at line 343 of file TBuffer.h.

◆ operator>>() [9/16]

TBuffer& operator>> ( TBuffer buf,
ULong_t l 
)
inline

Definition at line 344 of file TBuffer.h.

◆ operator>>() [10/16]

TBuffer& operator>> ( TBuffer buf,
Long64_t l 
)
inline

Definition at line 345 of file TBuffer.h.

◆ operator>>() [11/16]

TBuffer& operator>> ( TBuffer buf,
ULong64_t l 
)
inline

Definition at line 346 of file TBuffer.h.

◆ operator>>() [12/16]

TBuffer& operator>> ( TBuffer buf,
Float_t f 
)
inline

Definition at line 347 of file TBuffer.h.

◆ operator>>() [13/16]

TBuffer& operator>> ( TBuffer buf,
Double_t d 
)
inline

Definition at line 348 of file TBuffer.h.

◆ operator>>() [14/16]

TBuffer& operator>> ( TBuffer buf,
Char_t c 
)
inline

Definition at line 349 of file TBuffer.h.

◆ operator>>() [15/16]

TBuffer& operator>> ( TBuffer buf,
TString s 
)
inline

Definition at line 350 of file TBuffer.h.

◆ operator>>() [16/16]

template<class Tmpl >
TBuffer& operator>> ( TBuffer buf,
Tmpl *&  obj 
)

Definition at line 374 of file TBuffer.h.