forwards.h
Go to the documentation of this file.
00001 #ifndef JSON_FORWARDS_H_INCLUDED
00002 # define JSON_FORWARDS_H_INCLUDED
00003 
00004 # include "config.h"
00005 
00006 namespace Json {
00007 
00008    // writer.h
00009    class FastWriter;
00010    class StyledWriter;
00011 
00012    // reader.h
00013    class Reader;
00014 
00015    // features.h
00016    class Features;
00017 
00018    // value.h
00019    typedef int Int;
00020    typedef unsigned int UInt;
00021    class StaticString;
00022    class Path;
00023    class PathArgument;
00024    class Value;
00025    class ValueIteratorBase;
00026    class ValueIterator;
00027    class ValueConstIterator;
00028 #ifdef JSON_VALUE_USE_INTERNAL_MAP
00029    class ValueAllocator;
00030    class ValueMapAllocator;
00031    class ValueInternalLink;
00032    class ValueInternalArray;
00033    class ValueInternalMap;
00034 #endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP
00035 
00036 } // namespace Json
00037 
00038 
00039 #endif // JSON_FORWARDS_H_INCLUDED


bwi_tools
Author(s): Piyush Khandelwal
autogenerated on Fri Aug 28 2015 10:14:29