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

#include <property.hpp>

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

Public Member Functions

 authentication_method (buffer val, bool already_checked=false)
 
- Public Member Functions inherited from MQTT_NS::v5::property::detail::string_property
 string_property (property::id id, buffer buf, bool already_checked)
 
- Public Member Functions inherited from MQTT_NS::v5::property::detail::binary_property
 binary_property (property::id id, buffer buf)
 
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 buffer const & val () const
 

Additional Inherited Members

- Static Public Member Functions inherited from MQTT_NS::v5::property::detail::binary_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::binary_property
property::id id_
 
buffer buf_
 
boost::container::static_vector< char, 2 > length_
 
- Static Public Attributes inherited from MQTT_NS::v5::property::detail::binary_property
static constexpr ostream_format const of_ = ostream_format::direct
 

Constructor & Destructor Documentation

◆ authentication_method()

MQTT_NS::v5::property::authentication_method::authentication_method ( buffer  val,
bool  already_checked = false 
)
inlineexplicit

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