Bytes.h File Reference

#include "Rtypes.h"
#include <string.h>

Go to the source code of this file.

Functions

void tobuf (char *&buf, Bool_t x)
void tobuf (char *&buf, UChar_t x)
void tobuf (char *&buf, UShort_t x)
void tobuf (char *&buf, UInt_t x)
void tobuf (char *&buf, ULong_t x)
void tobuf (char *&buf, Long_t x)
void tobuf (char *&buf, ULong64_t x)
void tobuf (char *&buf, Float_t x)
void tobuf (char *&buf, Double_t x)
void frombuf (char *&buf, Bool_t *x)
void frombuf (char *&buf, UChar_t *x)
void frombuf (char *&buf, UShort_t *x)
void frombuf (char *&buf, UInt_t *x)
void frombuf (char *&buf, ULong_t *x)
void frombuf (char *&buf, ULong64_t *x)
void frombuf (char *&buf, Float_t *x)
void frombuf (char *&buf, Double_t *x)
void tobuf (char *&buf, Char_t x)
void tobuf (char *&buf, Short_t x)
void tobuf (char *&buf, Int_t x)
void tobuf (char *&buf, Long64_t x)
void frombuf (char *&buf, Char_t *x)
void frombuf (char *&buf, Short_t *x)
void frombuf (char *&buf, Int_t *x)
void frombuf (char *&buf, Long_t *x)
void frombuf (char *&buf, Long64_t *x)
UShort_t host2net (UShort_t x)
UInt_t host2net (UInt_t x)
ULong_t host2net (ULong_t x)
ULong_t host2net (ULong64_t x)
Float_t host2net (Float_t x)
Double_t host2net (Double_t x)
Short_t host2net (Short_t x)
Int_t host2net (Int_t x)
Long_t host2net (Long_t x)
Long64_t host2net (Long64_t x)
UShort_t net2host (UShort_t x)
Short_t net2host (Short_t x)
UInt_t net2host (UInt_t x)
Int_t net2host (Int_t x)
ULong_t net2host (ULong_t x)
Long_t net2host (Long_t x)
ULong64_t net2host (ULong64_t x)
Long64_t net2host (Long64_t x)
Float_t net2host (Float_t x)
Double_t net2host (Double_t x)


Function Documentation

void frombuf ( char *&  buf,
Long64_t x 
) [inline]

Definition at line 448 of file Bytes.h.

References frombuf().

void frombuf ( char *&  buf,
Long_t x 
) [inline]

Definition at line 447 of file Bytes.h.

References frombuf().

void frombuf ( char *&  buf,
Int_t x 
) [inline]

Definition at line 446 of file Bytes.h.

References frombuf().

void frombuf ( char *&  buf,
Short_t x 
) [inline]

Definition at line 445 of file Bytes.h.

References frombuf().

void frombuf ( char *&  buf,
Char_t x 
) [inline]

Definition at line 444 of file Bytes.h.

References frombuf().

void frombuf ( char *&  buf,
Double_t x 
) [inline]

Definition at line 407 of file Bytes.h.

References c, d, l, and u.

void frombuf ( char *&  buf,
Float_t x 
) [inline]

Definition at line 379 of file Bytes.h.

References c, i, Rbswap_32, and u.

void frombuf ( char *&  buf,
ULong64_t x 
) [inline]

Definition at line 357 of file Bytes.h.

void frombuf ( char *&  buf,
ULong_t x 
) [inline]

Definition at line 328 of file Bytes.h.

void frombuf ( char *&  buf,
UInt_t x 
) [inline]

Definition at line 310 of file Bytes.h.

References Rbswap_32.

void frombuf ( char *&  buf,
UShort_t x 
) [inline]

Definition at line 294 of file Bytes.h.

References Rbswap_16.

void frombuf ( char *&  buf,
UChar_t x 
) [inline]

Definition at line 289 of file Bytes.h.

void frombuf ( char *&  buf,
Bool_t x 
) [inline]

Definition at line 282 of file Bytes.h.

References x1.

Long64_t host2net ( Long64_t  x  )  [inline]

Definition at line 577 of file Bytes.h.

References host2net().

Long_t host2net ( Long_t  x  )  [inline]

Definition at line 576 of file Bytes.h.

References host2net().

Int_t host2net ( Int_t  x  )  [inline]

Definition at line 575 of file Bytes.h.

References host2net().

Short_t host2net ( Short_t  x  )  [inline]

Definition at line 574 of file Bytes.h.

References host2net().

Double_t host2net ( Double_t  x  )  [inline]

Definition at line 571 of file Bytes.h.

Float_t host2net ( Float_t  x  )  [inline]

Definition at line 570 of file Bytes.h.

ULong_t host2net ( ULong64_t  x  )  [inline]

Definition at line 569 of file Bytes.h.

ULong_t host2net ( ULong_t  x  )  [inline]

Definition at line 568 of file Bytes.h.

UInt_t host2net ( UInt_t  x  )  [inline]

Definition at line 567 of file Bytes.h.

UShort_t host2net ( UShort_t  x  )  [inline]

Definition at line 566 of file Bytes.h.

Double_t net2host ( Double_t  x  )  [inline]

Definition at line 588 of file Bytes.h.

References host2net().

Float_t net2host ( Float_t  x  )  [inline]

Definition at line 587 of file Bytes.h.

References host2net().

Long64_t net2host ( Long64_t  x  )  [inline]

Definition at line 586 of file Bytes.h.

References host2net().

ULong64_t net2host ( ULong64_t  x  )  [inline]

Definition at line 585 of file Bytes.h.

References host2net().

Long_t net2host ( Long_t  x  )  [inline]

Definition at line 584 of file Bytes.h.

References host2net().

ULong_t net2host ( ULong_t  x  )  [inline]

Definition at line 583 of file Bytes.h.

References host2net().

Int_t net2host ( Int_t  x  )  [inline]

Definition at line 582 of file Bytes.h.

References host2net().

UInt_t net2host ( UInt_t  x  )  [inline]

Definition at line 581 of file Bytes.h.

References host2net().

Short_t net2host ( Short_t  x  )  [inline]

Definition at line 580 of file Bytes.h.

References host2net().

UShort_t net2host ( UShort_t  x  )  [inline]

Definition at line 579 of file Bytes.h.

References host2net().

void tobuf ( char *&  buf,
Long64_t  x 
) [inline]

Definition at line 442 of file Bytes.h.

References tobuf().

void tobuf ( char *&  buf,
Int_t  x 
) [inline]

Definition at line 441 of file Bytes.h.

References tobuf().

void tobuf ( char *&  buf,
Short_t  x 
) [inline]

Definition at line 440 of file Bytes.h.

References tobuf().

void tobuf ( char *&  buf,
Char_t  x 
) [inline]

Definition at line 439 of file Bytes.h.

References tobuf().

void tobuf ( char *&  buf,
Double_t  x 
) [inline]

Definition at line 251 of file Bytes.h.

References c, d, l, and u.

void tobuf ( char *&  buf,
Float_t  x 
) [inline]

Definition at line 224 of file Bytes.h.

References c, i, Rbswap_32, and u.

void tobuf ( char *&  buf,
ULong64_t  x 
) [inline]

Definition at line 200 of file Bytes.h.

void tobuf ( char *&  buf,
Long_t  x 
) [inline]

Definition at line 147 of file Bytes.h.

void tobuf ( char *&  buf,
ULong_t  x 
) [inline]

Definition at line 108 of file Bytes.h.

void tobuf ( char *&  buf,
UInt_t  x 
) [inline]

Definition at line 88 of file Bytes.h.

References Rbswap_32.

void tobuf ( char *&  buf,
UShort_t  x 
) [inline]

Definition at line 70 of file Bytes.h.

References Rbswap_16.

void tobuf ( char *&  buf,
UChar_t  x 
) [inline]

Definition at line 65 of file Bytes.h.

void tobuf ( char *&  buf,
Bool_t  x 
) [inline]

Definition at line 59 of file Bytes.h.

References x1.


Generated on Tue Jul 5 15:56:11 2011 for ROOT_528-00b_version by  doxygen 1.5.1