ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/dclient/include/json/forwards.h
Revision: 1.1
Committed: Sun Oct 17 08:14:53 2010 UTC (13 years, 8 months ago) by sf-pippijn
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
initial import

File Contents

# Content
1 #pragma once
2
3 #include "autolink.h"
4
5 namespace Json
6 {
7 /* writer.h */
8 class FastWriter;
9 class StyledWriter;
10
11 /* reader.h */
12 class Reader;
13
14 /* features.h */
15 class Features;
16
17 /* value.h */
18 typedef int Int;
19 typedef unsigned int UInt;
20 class StaticString;
21 class Path;
22 class PathArgument;
23 class Value;
24 class ValueIteratorBase;
25 class ValueIterator;
26 class ValueConstIterator;
27 } /* namespace Json */