NIM PC Cross Platform SDK
forwards.h
1
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
2
// Distributed under MIT license, or public domain if desired and
3
// recognized in your jurisdiction.
4
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
6
#ifndef NIM_CPP_WRAPPER_UTIL_JSON_FORWARDS_H_INCLUDED
7
#define NIM_CPP_WRAPPER_UTIL_JSON_FORWARDS_H_INCLUDED
8
9
#if !defined(JSON_IS_AMALGAMATION)
10
#include "config.h"
11
#endif
// if !defined(JSON_IS_AMALGAMATION)
12
13
namespace
nim_cpp_wrapper_util
{
14
namespace
Json {
15
16
// writer.h
17
class
StreamWriter;
18
class
StreamWriterBuilder;
19
class
Writer;
20
class
FastWriter;
21
class
StyledWriter;
22
class
StyledStreamWriter;
23
24
// reader.h
25
class
Reader;
26
class
CharReader;
27
class
CharReaderBuilder;
28
29
// json_features.h
30
class
Features;
31
32
// value.h
33
using
ArrayIndex =
unsigned
int;
34
class
StaticString;
35
class
Path;
36
class
PathArgument;
37
class
Value;
38
class
ValueIteratorBase;
39
class
ValueIterator;
40
class
ValueConstIterator;
41
42
}
// namespace Json
43
}
// namespace nim_cpp_wrapper_util
44
45
#endif
// JSON_FORWARDS_H_INCLUDED
nim_cpp_wrapper_util
JSON (JavaScript Object Notation).
Definition:
allocator.h:14
wrapper
nim_wrapper_util
json
forwards.h
Generated by
1.9.4