mqtt_cpp
mqtt_server_cpp.hpp
Go to the documentation of this file.
1 // Copyright Takatoshi Kondo 2017
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 
8 #include <mqtt/config.hpp> // should be top to configure boost::variant limit
9 #include <mqtt/server.hpp>
10 #include <mqtt/connect_flags.hpp>
13 #include <mqtt/exception.hpp>
14 #include <mqtt/fixed_header.hpp>
15 #include <mqtt/hexdump.hpp>
16 #include <mqtt/log.hpp>
17 #include <mqtt/publish.hpp>
18 #include <mqtt/setup_log.hpp>
21 #include <mqtt/session_present.hpp>
23 #include <mqtt/variant.hpp>
24 #include <mqtt/visitor_util.hpp>
25 #include <mqtt/will.hpp>