mqtt_cpp
Public Types | Public Member Functions | List of all members
MQTT_NS::v5::property::subscription_identifier Class Reference

#include <property.hpp>

Inheritance diagram for MQTT_NS::v5::property::subscription_identifier:
Inheritance graph
[legend]
Collaboration diagram for MQTT_NS::v5::property::subscription_identifier:
Collaboration graph
[legend]

Public Types

using recv = subscription_identifier
 
using store = subscription_identifier
 

Public Member Functions

 subscription_identifier (std::size_t subscription_id)
 
- Public Member Functions inherited from MQTT_NS::v5::property::detail::variable_property
 variable_property (property::id id, std::size_t value)
 
void add_const_buffer_sequence (std::vector< as::const_buffer > &v) const
 Add const buffer sequence into the given buffer. More...
 
template<typename It >
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...
 
constexpr std::size_t val () const
 

Additional Inherited Members

- Static Public Member Functions inherited from MQTT_NS::v5::property::detail::variable_property
static constexpr std::size_t num_of_const_buffer_sequence ()
 Get number of element of const_buffer_sequence. More...
 
- Public Attributes inherited from MQTT_NS::v5::property::detail::variable_property
property::id id_
 
boost::container::static_vector< char, 4 > value_
 
- Static Public Attributes inherited from MQTT_NS::v5::property::detail::variable_property
static constexpr ostream_format const of_ = ostream_format::direct
 

Member Typedef Documentation

◆ recv

◆ store

Constructor & Destructor Documentation

◆ subscription_identifier()

MQTT_NS::v5::property::subscription_identifier::subscription_identifier ( std::size_t  subscription_id)
inline

The documentation for this class was generated from the following file: