Go to the source code of this file.
Namespaces | |
| namespace | agentxcpp |
Functions | |
| uint64_t | agentxcpp::read64 (binary::const_iterator &pos, bool big_endian) |
| void | agentxcpp::write64 (binary &serialized, uint64_t value) |
| Write a 64-bit value into a string. | |
| uint32_t | agentxcpp::read32 (binary::const_iterator &pos, bool big_endian) |
| void | agentxcpp::write32 (binary &serialized, uint32_t value) |
| Write a 32-bit value into a string. | |
| uint16_t | agentxcpp::read16 (binary::const_iterator &pos, bool big_endian) |
| void | agentxcpp::write16 (binary &serialized, uint16_t value) |
| Write a 16-bit value into a string. | |