|
mqtt_cpp
|
#include <string>#include <cstdint>#include <algorithm>#include <boost/assert.hpp>#include <boost/container/static_vector.hpp>#include <mqtt/namespace.hpp>

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