AgentXcpp  Version:0.3
Internals Documentation
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Pages
util.hpp File Reference
#include <QtGlobal>
#include "binary.hpp"
Include dependency graph for util.hpp:
This graph shows which files directly or indirectly include this file:

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...