MessagePack for C
include
msgpack
predef
library
std
roguewave.h
Go to the documentation of this file.
1
/*
2
Copyright Rene Rivera 2008-2015
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
#ifndef MSGPACK_PREDEF_LIBRARY_STD_ROGUEWAVE_H
9
#define MSGPACK_PREDEF_LIBRARY_STD_ROGUEWAVE_H
10
11
#include <
msgpack/predef/library/std/_prefix.h
>
12
13
#include <
msgpack/predef/version_number.h
>
14
#include <
msgpack/predef/make.h
>
15
16
/*`
17
[heading `MSGPACK_LIB_STD_RW`]
18
19
[@http://stdcxx.apache.org/ Roguewave] Standard C++ library.
20
If available version number as major, minor, and patch.
21
22
[table
23
[[__predef_symbol__] [__predef_version__]]
24
25
[[`__STD_RWCOMPILER_H__`] [__predef_detection__]]
26
[[`_RWSTD_VER`] [__predef_detection__]]
27
28
[[`_RWSTD_VER`] [V.R.P]]
29
]
30
*/
31
32
#define MSGPACK_LIB_STD_RW MSGPACK_VERSION_NUMBER_NOT_AVAILABLE
33
34
#if defined(__STD_RWCOMPILER_H__) || defined(_RWSTD_VER)
35
# undef MSGPACK_LIB_STD_RW
36
# if defined(_RWSTD_VER)
37
# if _RWSTD_VER < 0x010000
38
# define MSGPACK_LIB_STD_RW MSGPACK_PREDEF_MAKE_0X_VVRRP(_RWSTD_VER)
39
# else
40
# define MSGPACK_LIB_STD_RW MSGPACK_PREDEF_MAKE_0X_VVRRPP(_RWSTD_VER)
41
# endif
42
# else
43
# define MSGPACK_LIB_STD_RW MSGPACK_VERSION_NUMBER_AVAILABLE
44
# endif
45
#endif
46
47
#if MSGPACK_LIB_STD_RW
48
# define MSGPACK_LIB_STD_RW_AVAILABLE
49
#endif
50
51
#define MSGPACK_LIB_STD_RW_NAME "Roguewave"
52
53
#endif
54
55
#include <
msgpack/predef/detail/test.h
>
56
MSGPACK_PREDEF_DECLARE_TEST
(
MSGPACK_LIB_STD_RW
,
MSGPACK_LIB_STD_RW_NAME
)
_prefix.h
MSGPACK_LIB_STD_RW_NAME
#define MSGPACK_LIB_STD_RW_NAME
Definition:
roguewave.h:51
MSGPACK_LIB_STD_RW
#define MSGPACK_LIB_STD_RW
Definition:
roguewave.h:32
version_number.h
test.h
MSGPACK_PREDEF_DECLARE_TEST
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition:
test.h:13
make.h
Generated by
1.8.17