#include <property.hpp>
◆ user_property()
MQTT_NS::v5::property::user_property::user_property |
( |
buffer |
key, |
|
|
buffer |
val, |
|
|
bool |
key_already_checked = false , |
|
|
bool |
val_already_checked = false |
|
) |
| |
|
inline |
◆ add_const_buffer_sequence()
void MQTT_NS::v5::property::user_property::add_const_buffer_sequence |
( |
std::vector< as::const_buffer > & |
v | ) |
const |
|
inline |
Add const buffer sequence into the given buffer.
- Parameters
-
◆ fill()
template<typename It >
void MQTT_NS::v5::property::user_property::fill |
( |
It |
b, |
|
|
It |
e |
|
) |
| const |
|
inline |
◆ id()
property::id MQTT_NS::v5::property::user_property::id |
( |
| ) |
const |
|
inline |
◆ key()
constexpr buffer const& MQTT_NS::v5::property::user_property::key |
( |
| ) |
const |
|
inlineconstexpr |
◆ num_of_const_buffer_sequence()
static constexpr std::size_t MQTT_NS::v5::property::user_property::num_of_const_buffer_sequence |
( |
| ) |
|
|
inlinestaticconstexpr |
Get number of element of const_buffer_sequence.
- Returns
- number of element of const_buffer_sequence
◆ size()
std::size_t MQTT_NS::v5::property::user_property::size |
( |
| ) |
const |
|
inline |
Get whole size of sequence.
- Returns
- whole size
◆ val()
constexpr buffer const& MQTT_NS::v5::property::user_property::val |
( |
| ) |
const |
|
inlineconstexpr |
◆ of_
The documentation for this class was generated from the following file: