Static Public Member Functions | List of all members
endian Class Reference

Static Public Member Functions

static bool isBig ()
 
static bool isLittle ()
 
static uint32_t swap32 (uint32_t)
 
static uint64_t swap64 (uint64_t)
 

Detailed Description

Definition at line 67 of file endian.H.

Member Function Documentation

◆ isBig()

bool isBig ( )
inlinestatic

Definition at line 36 of file endianI.H.

◆ isLittle()

bool isLittle ( )
inlinestatic

Definition at line 45 of file endianI.H.

◆ swap32()

uint32_t swap32 ( uint32_t  u)
inlinestatic

Definition at line 54 of file endianI.H.

Referenced by legacyRawFormatter::write().

Here is the caller graph for this function:

◆ swap64()

uint64_t swap64 ( uint64_t  u)
inlinestatic

Definition at line 76 of file endianI.H.

Referenced by legacyRawFormatter::write().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: