byteman
1.3 (Build #225)
Bitstream relocation and manipulation tool
|
#include <cstdint>
#include <string>
Go to the source code of this file.
Namespaces | |
Endian | |
Enumerations | |
enum class | Endianness { BE , LE , BE_BS , LE_BS , NATIVE = (IS_LITTLE_ENDIAN()?LE:BE) } |
< Endianness in byteman is represented not only by big/little endian, but also by potential bit swapping inside bytes More... | |
|
strong |
< Endianness in byteman is represented not only by big/little endian, but also by potential bit swapping inside bytes
Definition at line 46 of file Endianness.h.
|
inline |
Definition at line 35 of file Endianness.h.