|
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 | 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) |
|
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 | 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) |
|