Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
Bytes.h File Reference
#include "RtypesCore.h"
#include <cstring>

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 270 of file Bytes.h.

◆ frombuf() [2/13]

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

Definition at line 426 of file Bytes.h.

◆ frombuf() [3/13]

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

Definition at line 395 of file Bytes.h.

◆ frombuf() [4/13]

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

Definition at line 373 of file Bytes.h.

◆ frombuf() [5/13]

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

Definition at line 428 of file Bytes.h.

◆ frombuf() [6/13]

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

Definition at line 430 of file Bytes.h.

◆ frombuf() [7/13]

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

Definition at line 429 of file Bytes.h.

◆ frombuf() [8/13]

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

Definition at line 427 of file Bytes.h.

◆ frombuf() [9/13]

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

Definition at line 277 of file Bytes.h.

◆ frombuf() [10/13]

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

Definition at line 300 of file Bytes.h.

◆ frombuf() [11/13]

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

Definition at line 349 of file Bytes.h.

◆ frombuf() [12/13]

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

Definition at line 320 of file Bytes.h.

◆ frombuf() [13/13]

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

Definition at line 282 of file Bytes.h.

◆ host2net() [1/10]

Double_t host2net ( Double_t x)
inline

Definition at line 553 of file Bytes.h.

◆ host2net() [2/10]

Float_t host2net ( Float_t x)
inline

Definition at line 552 of file Bytes.h.

◆ host2net() [3/10]

Int_t host2net ( Int_t x)
inline

Definition at line 557 of file Bytes.h.

◆ host2net() [4/10]

Long64_t host2net ( Long64_t x)
inline

Definition at line 559 of file Bytes.h.

◆ host2net() [5/10]

Long_t host2net ( Long_t x)
inline

Definition at line 558 of file Bytes.h.

◆ host2net() [6/10]

Short_t host2net ( Short_t x)
inline

Definition at line 556 of file Bytes.h.

◆ host2net() [7/10]

UInt_t host2net ( UInt_t x)
inline

Definition at line 549 of file Bytes.h.

◆ host2net() [8/10]

ULong_t host2net ( ULong64_t x)
inline

Definition at line 551 of file Bytes.h.

◆ host2net() [9/10]

ULong_t host2net ( ULong_t x)
inline

Definition at line 550 of file Bytes.h.

◆ host2net() [10/10]

UShort_t host2net ( UShort_t x)
inline

Definition at line 548 of file Bytes.h.

◆ net2host() [1/10]

Double_t net2host ( Double_t x)
inline

Definition at line 570 of file Bytes.h.

◆ net2host() [2/10]

Float_t net2host ( Float_t x)
inline

Definition at line 569 of file Bytes.h.

◆ net2host() [3/10]

Int_t net2host ( Int_t x)
inline

Definition at line 564 of file Bytes.h.

◆ net2host() [4/10]

Long64_t net2host ( Long64_t x)
inline

Definition at line 568 of file Bytes.h.

◆ net2host() [5/10]

Long_t net2host ( Long_t x)
inline

Definition at line 566 of file Bytes.h.

◆ net2host() [6/10]

Short_t net2host ( Short_t x)
inline

Definition at line 562 of file Bytes.h.

◆ net2host() [7/10]

UInt_t net2host ( UInt_t x)
inline

Definition at line 563 of file Bytes.h.

◆ net2host() [8/10]

ULong64_t net2host ( ULong64_t x)
inline

Definition at line 567 of file Bytes.h.

◆ net2host() [9/10]

ULong_t net2host ( ULong_t x)
inline

Definition at line 565 of file Bytes.h.

◆ net2host() [10/10]

UShort_t net2host ( UShort_t x)
inline

Definition at line 561 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 421 of file Bytes.h.

◆ tobuf() [3/13]

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

Definition at line 244 of file Bytes.h.

◆ tobuf() [4/13]

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

Definition at line 222 of file Bytes.h.

◆ tobuf() [5/13]

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

Definition at line 423 of file Bytes.h.

◆ tobuf() [6/13]

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

Definition at line 424 of file Bytes.h.

◆ tobuf() [7/13]

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

Definition at line 144 of file Bytes.h.

◆ tobuf() [8/13]

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

Definition at line 422 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 197 of file Bytes.h.

◆ tobuf() [12/13]

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

Definition at line 105 of file Bytes.h.

◆ tobuf() [13/13]

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

Definition at line 66 of file Bytes.h.