mqtt_cpp
Classes | Enumerations | Functions
MQTT_NS::v5::property::detail Namespace Reference

Classes

struct  n_bytes_property
 
struct  binary_property
 
struct  string_property
 
struct  variable_property
 
struct  add_const_buffer_sequence_visitor
 
struct  id_visitor
 
struct  size_visitor
 
struct  num_of_const_buffer_sequence_visitor
 
struct  fill_visitor
 

Enumerations

enum class  ostream_format { direct , int_cast , key_val , binary_string }
 

Functions

template<typename Iterator >
fill_visitor< Iterator > make_fill_visitor (Iterator b, Iterator e)
 

Enumeration Type Documentation

◆ ostream_format

Enumerator
direct 
int_cast 
key_val 
binary_string 

Function Documentation

◆ make_fill_visitor()

template<typename Iterator >
fill_visitor<Iterator> MQTT_NS::v5::property::detail::make_fill_visitor ( Iterator  b,
Iterator  e 
)
inline