|
Grid 0.7.0
|
#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) | |
| NAMESPACE_BEGIN | ( | Grid | ) |
|
inline |
Definition at line 49 of file BinaryIO.h.
|
inline |
Definition at line 53 of file BinaryIO.h.
|
inline |
Definition at line 63 of file BinaryIO.h.
Referenced by BinaryIO::be64toh_v(), and BinaryIO::le64toh_v().
|
inline |
Definition at line 71 of file BinaryIO.h.
Referenced by NerscIO::readHeader().
| NAMESPACE_END | ( | Grid | ) |