mqtt_cpp
Namespaces | Functions
four_byte_util.hpp File Reference
#include <string>
#include <cstdint>
#include <algorithm>
#include <boost/assert.hpp>
#include <boost/container/static_vector.hpp>
#include <mqtt/namespace.hpp>
Include dependency graph for four_byte_util.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MQTT_NS
 

Functions

boost::container::static_vector< char, 4 > MQTT_NS::num_to_4bytes (std::uint32_t val)
 
template<typename T >
void MQTT_NS::add_uint32_t_to_buf (T &buf, std::uint32_t num)
 
template<typename It >
constexpr std::uint32_t MQTT_NS::make_uint32_t (It b, It e)