mqtt_cpp
Typedefs
common_type.hpp File Reference
#include <mqtt/config.hpp>
#include <mqtt/broker/broker_namespace.hpp>
#include <mqtt/server.hpp>
Include dependency graph for common_type.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using endpoint_t = server<>::endpoint_t
 
using con_sp_t = std::shared_ptr< endpoint_t >
 
using con_wp_t = std::weak_ptr< endpoint_t >
 
using packet_id_t = endpoint_t::packet_id_t
 

Typedef Documentation

◆ con_sp_t

using con_sp_t = std::shared_ptr<endpoint_t>

◆ con_wp_t

using con_wp_t = std::weak_ptr<endpoint_t>

◆ endpoint_t

using endpoint_t = server<>::endpoint_t

◆ packet_id_t

using packet_id_t = endpoint_t::packet_id_t