Go to the source code of this file.
Classes | |
class | ForthOutputBuffer |
HERE. More... | |
class | ForthOutputBufferOf< OUT > |
Namespaces | |
namespace | awkward |
Macros | |
#define | NATIVELY_BIG_ENDIAN (*(uint16_t *)"\0\xff" < 0x100) |
Functions | |
template<typename T > | |
void | byteswap16 (int64_t num_items, T &value) |
HERE. | |
template<typename T > | |
void | byteswap32 (int64_t num_items, T &value) |
HERE. | |
template<typename T > | |
void | byteswap64 (int64_t num_items, T &value) |
HERE. | |
template<typename T > | |
void | byteswap_intp (int64_t num_items, T &value) |
HERE. | |
#define NATIVELY_BIG_ENDIAN (*(uint16_t *)"\0\xff" < 0x100) |