mqtt_cpp
include
mqtt
broker
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
12
#include <
mqtt/broker/broker_namespace.hpp
>
13
14
MQTT_BROKER_NS_BEGIN
15
16
struct
tag_seq
{};
17
struct
tag_con
{};
18
struct
tag_topic
{};
19
struct
tag_topic_filter
{};
20
struct
tag_con_topic_filter
{};
21
struct
tag_cid
{};
22
struct
tag_cid_topic_filter
{};
23
struct
tag_tim
{};
24
struct
tag_pid
{};
25
struct
tag_sn_tp
{};
26
struct
tag_cid_sn
{};
27
28
MQTT_BROKER_NS_END
29
30
#endif
// MQTT_BROKER_TAGS_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
config.hpp
tag_cid_sn
Definition:
tags.hpp:26
tag_cid_topic_filter
Definition:
tags.hpp:22
tag_cid
Definition:
tags.hpp:21
tag_con_topic_filter
Definition:
tags.hpp:20
tag_con
Definition:
tags.hpp:17
tag_pid
Definition:
tags.hpp:24
tag_seq
Definition:
tags.hpp:16
tag_sn_tp
Definition:
tags.hpp:25
tag_tim
Definition:
tags.hpp:23
tag_topic_filter
Definition:
tags.hpp:19
tag_topic
Definition:
tags.hpp:18
Generated by
1.9.1