Ariles
msgpack.h
Go to the documentation of this file.
1 /**
2  @file
3  @author Alexander Sherikov
4  @copyright
5 
6  @brief
7 */
8 
9 #pragma once
10 
11 #define ARILES_BRIDGE_INCLUDED_msgpack
12 
14 
15 namespace ariles
16 {
17  namespace bridge
18  {
19  namespace msgpack = ariles::ns_msgpack;
20  }
21 
22 
23  /**
24  * @brief MessagePack bridge.
25  */
27  {
30 
32  {
35  };
36  };
37 } // namespace ariles
ariles::cfgwrite::Visitor< ns_msgpack_compact::Writer > Writer
Definition: msgpack.h:34
ariles::cfgwrite::Visitor< ns_msgpack::Writer > Writer
Definition: msgpack.h:29
ariles::cfgread::Visitor< ns_msgpack_compact::Reader > Reader
Definition: msgpack.h:33
#define ARILES_VISIBILITY_ATTRIBUTE
Definition: helpers.h:69
Definition: basic.h:17
ariles::cfgread::Visitor< ns_msgpack::Reader > Reader
Definition: msgpack.h:28