Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Bytes.h File Reference
#include "RtypesCore.h"
#include <cstring>
Include dependency graph for Bytes.h:
This graph shows which files directly or indirectly include this file:

Functions

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

Function Documentation

◆ frombuf() [1/13]

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

Definition at line 278 of file Bytes.h.

◆ frombuf() [2/13]

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

Definition at line 440 of file Bytes.h.

◆ frombuf() [3/13]

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

Definition at line 403 of file Bytes.h.

◆ frombuf() [4/13]

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

Definition at line 375 of file Bytes.h.

◆ frombuf() [5/13]

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

Definition at line 442 of file Bytes.h.

◆ frombuf() [6/13]

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

Definition at line 444 of file Bytes.h.

◆ frombuf() [7/13]

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

Definition at line 443 of file Bytes.h.

◆ frombuf() [8/13]

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

Definition at line 441 of file Bytes.h.

◆ frombuf() [9/13]

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

Definition at line 285 of file Bytes.h.

◆ frombuf() [10/13]

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

Definition at line 306 of file Bytes.h.

◆ frombuf() [11/13]

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

Definition at line 353 of file Bytes.h.

◆ frombuf() [12/13]

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

Definition at line 324 of file Bytes.h.

◆ frombuf() [13/13]

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

Definition at line 290 of file Bytes.h.

◆ host2net() [1/10]

Double_t host2net ( Double_t  x)
inline

Definition at line 567 of file Bytes.h.

◆ host2net() [2/10]

Float_t host2net ( Float_t  x)
inline

Definition at line 566 of file Bytes.h.

◆ host2net() [3/10]

Int_t host2net ( Int_t  x)
inline

Definition at line 571 of file Bytes.h.

◆ host2net() [4/10]

Long64_t host2net ( Long64_t  x)
inline

Definition at line 573 of file Bytes.h.

◆ host2net() [5/10]

Long_t host2net ( Long_t  x)
inline

Definition at line 572 of file Bytes.h.

◆ host2net() [6/10]

Short_t host2net ( Short_t  x)
inline

Definition at line 570 of file Bytes.h.

◆ host2net() [7/10]

UInt_t host2net ( UInt_t  x)
inline

Definition at line 563 of file Bytes.h.

◆ host2net() [8/10]

ULong_t host2net ( ULong64_t  x)
inline

Definition at line 565 of file Bytes.h.

◆ host2net() [9/10]

ULong_t host2net ( ULong_t  x)
inline

Definition at line 564 of file Bytes.h.

◆ host2net() [10/10]

UShort_t host2net ( UShort_t  x)
inline

Definition at line 562 of file Bytes.h.

◆ net2host() [1/10]

Double_t net2host ( Double_t  x)
inline

Definition at line 584 of file Bytes.h.

◆ net2host() [2/10]

Float_t net2host ( Float_t  x)
inline

Definition at line 583 of file Bytes.h.

◆ net2host() [3/10]

Int_t net2host ( Int_t  x)
inline

Definition at line 578 of file Bytes.h.

◆ net2host() [4/10]

Long64_t net2host ( Long64_t  x)
inline

Definition at line 582 of file Bytes.h.

◆ net2host() [5/10]

Long_t net2host ( Long_t  x)
inline

Definition at line 580 of file Bytes.h.

◆ net2host() [6/10]

Short_t net2host ( Short_t  x)
inline

Definition at line 576 of file Bytes.h.

◆ net2host() [7/10]

UInt_t net2host ( UInt_t  x)
inline

Definition at line 577 of file Bytes.h.

◆ net2host() [8/10]

ULong64_t net2host ( ULong64_t  x)
inline

Definition at line 581 of file Bytes.h.

◆ net2host() [9/10]

ULong_t net2host ( ULong_t  x)
inline

Definition at line 579 of file Bytes.h.

◆ net2host() [10/10]

UShort_t net2host ( UShort_t  x)
inline

Definition at line 575 of file Bytes.h.

◆ tobuf() [1/13]

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

Definition at line 55 of file Bytes.h.

◆ tobuf() [2/13]

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

Definition at line 435 of file Bytes.h.

◆ tobuf() [3/13]

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

Definition at line 247 of file Bytes.h.

◆ tobuf() [4/13]

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

Definition at line 220 of file Bytes.h.

◆ tobuf() [5/13]

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

Definition at line 437 of file Bytes.h.

◆ tobuf() [6/13]

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

Definition at line 438 of file Bytes.h.

◆ tobuf() [7/13]

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

Definition at line 143 of file Bytes.h.

◆ tobuf() [8/13]

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

Definition at line 436 of file Bytes.h.

◆ tobuf() [9/13]

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

Definition at line 61 of file Bytes.h.

◆ tobuf() [10/13]

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

Definition at line 84 of file Bytes.h.

◆ tobuf() [11/13]

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

Definition at line 196 of file Bytes.h.

◆ tobuf() [12/13]

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

Definition at line 104 of file Bytes.h.

◆ tobuf() [13/13]

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

Definition at line 66 of file Bytes.h.