mqtt_cpp
|
#include <property.hpp>
Public Types | |
using | recv = maximum_qos |
using | store = maximum_qos |
Public Member Functions | |
maximum_qos (qos value) | |
template<typename It > | |
maximum_qos (It b, It e) | |
std::uint8_t | val () const |
![]() | |
n_bytes_property (property::id id) | |
n_bytes_property (property::id id, It b, It e) | |
n_bytes_property (property::id id, boost::container::static_vector< char, N > buf) | |
void | add_const_buffer_sequence (std::vector< as::const_buffer > &v) const |
Add const buffer sequence into the given buffer. More... | |
void | fill (It b, It e) const |
Copy the internal information to the range between b and e it is for boost asio APIs. More... | |
property::id | id () const |
Get property::id. More... | |
std::size_t | size () const |
Get whole size of sequence. More... | |
Static Public Attributes | |
static constexpr const detail::ostream_format | of_ = detail::ostream_format::int_cast |
![]() | |
static constexpr ostream_format const | of_ |
Additional Inherited Members | |
![]() | |
static constexpr std::size_t | num_of_const_buffer_sequence () |
Get number of element of const_buffer_sequence. More... | |
![]() | |
property::id | id_ |
boost::container::static_vector< char, N > | buf_ |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |