mqtt_cpp
tags.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_TAGS_HPP)
8 #define MQTT_BROKER_TAGS_HPP
9 
10 #include <mqtt/config.hpp>
11 
13 
15 
16 struct tag_seq {};
17 struct tag_con {};
18 struct tag_topic{};
21 struct tag_cid {};
23 struct tag_tim {};
24 struct tag_pid {};
25 struct tag_sn_tp {};
26 struct tag_cid_sn {};
27 
29 
30 #endif // MQTT_BROKER_TAGS_HPP
#define MQTT_BROKER_NS_END
Definition: broker_namespace.hpp:22
#define MQTT_BROKER_NS_BEGIN
Definition: broker_namespace.hpp:21
Definition: tags.hpp:26
Definition: tags.hpp:22
Definition: tags.hpp:21
Definition: tags.hpp:20
Definition: tags.hpp:17
Definition: tags.hpp:24
Definition: tags.hpp:16
Definition: tags.hpp:25
Definition: tags.hpp:23
Definition: tags.hpp:19
Definition: tags.hpp:18