|
const bool | kDisableByteSwap (true) |
|
const bool | kEnableByteSwapIfNeeded (false) |
|
void | PUSHU8 (const uint8_t inVal, std::vector< uint8_t > &inArr) |
|
void | PUSHU16 (const uint16_t inVal, std::vector< uint8_t > &inArr, const bool dontSwap=false) |
|
void | PUSHU32 (const uint32_t inVal, std::vector< uint8_t > &inArr, const bool dontSwap=false) |
|
void | PUSHU64 (const uint64_t inVal, std::vector< uint8_t > &inArr, const bool dontSwap=false) |
|
void | POPU8 (uint8_t &outVal, const std::vector< uint8_t > &inArr, std::size_t &inOutNdx) |
|
void | POPU16 (uint16_t &outVal, const std::vector< uint8_t > &inArr, std::size_t &inOutNdx, const bool dontSwap=false) |
|
void | POPU32 (uint32_t &outVal, const std::vector< uint8_t > &inArr, std::size_t &inOutNdx, const bool dontSwap=false) |
|
void | POPU64 (uint64_t &outVal, const std::vector< uint8_t > &inArr, std::size_t &inOutNdx, const bool dontSwap=false) |
|