Grid 0.7.0
BinaryIO.h File Reference
#include <arpa/inet.h>
#include <algorithm>

Go to the source code of this file.

Data Structures

class  BinaryIO
struct  BinaryIO::IoPerf

Functions

 NAMESPACE_BEGIN (Grid)
uint32_t byte_reverse32 (uint32_t f)
uint64_t byte_reverse64 (uint64_t f)
uint64_t Grid_ntohll (uint64_t A)
void removeWhitespace (std::string &key)
 NAMESPACE_END (Grid)

Function Documentation

◆ NAMESPACE_BEGIN()

NAMESPACE_BEGIN ( Grid )

◆ byte_reverse32()

uint32_t byte_reverse32 ( uint32_t f)
inline

Definition at line 49 of file BinaryIO.h.

◆ byte_reverse64()

uint64_t byte_reverse64 ( uint64_t f)
inline

Definition at line 53 of file BinaryIO.h.

◆ Grid_ntohll()

uint64_t Grid_ntohll ( uint64_t A)
inline

Definition at line 63 of file BinaryIO.h.

Referenced by BinaryIO::be64toh_v(), and BinaryIO::le64toh_v().

◆ removeWhitespace()

void removeWhitespace ( std::string & key)
inline

Definition at line 71 of file BinaryIO.h.

Referenced by NerscIO::readHeader().

◆ NAMESPACE_END()

NAMESPACE_END ( Grid )