Reflection for RapidJSON
0.0.7
Reflection for serializing/deserializing with RapidJSON
global.h
Go to the documentation of this file.
1
// Created via CMake from template global.h.in
2
// WARNING! Any changes to this file will be overwritten by the next CMake run!
3
4
#ifndef REFLECTIVE_RAPIDJSON_GLOBAL
5
#define REFLECTIVE_RAPIDJSON_GLOBAL
6
7
#include <c++utilities/application/global.h>
8
9
#ifdef REFLECTIVE_RAPIDJSON_STATIC
10
#define REFLECTIVE_RAPIDJSON_EXPORT
11
#define REFLECTIVE_RAPIDJSON_IMPORT
12
#else
13
#define REFLECTIVE_RAPIDJSON_EXPORT LIB_EXPORT
14
#define REFLECTIVE_RAPIDJSON_IMPORT LIB_IMPORT
15
#endif
16
27
#endif // REFLECTIVE_RAPIDJSON_GLOBAL
Generated on Wed Mar 27 2019 14:21:52 for Reflection for RapidJSON by
1.8.15