mqtt_cpp
include
mqtt
broker
retained_messages.hpp
Go to the documentation of this file.
1
// Copyright Takatoshi Kondo 2020
2
//
3
// Distributed under the Boost Software License, Version 1.0.
4
// (See accompanying file LICENSE_1_0.txt or copy at
5
// http://www.boost.org/LICENSE_1_0.txt)
6
7
#if !defined(MQTT_BROKER_RETAINED_MESSAGES_HPP)
8
#define MQTT_BROKER_RETAINED_MESSAGES_HPP
9
10
#include <
mqtt/config.hpp
>
11
12
#include <functional>
// reference_wrapper
13
14
#include <
mqtt/broker/broker_namespace.hpp
>
15
16
#include <
mqtt/broker/retain_t.hpp
>
17
#include <
mqtt/broker/retained_topic_map.hpp
>
18
19
MQTT_BROKER_NS_BEGIN
20
21
using
retained_messages
=
retained_topic_map<retain_t>
;
22
23
MQTT_BROKER_NS_END
24
25
#endif
// MQTT_BROKER_RETAINED_MESSAGES_HPP
broker_namespace.hpp
MQTT_BROKER_NS_END
#define MQTT_BROKER_NS_END
Definition:
broker_namespace.hpp:22
MQTT_BROKER_NS_BEGIN
#define MQTT_BROKER_NS_BEGIN
Definition:
broker_namespace.hpp:21
retained_topic_map< retain_t >
config.hpp
retain_t.hpp
retained_topic_map.hpp
Generated by
1.9.1