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