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 class FastWriter;
00009 class Reader;
00010 class StyledWriter;
00011
00012
00013 class StaticString;
00014 class Path;
00015 class PathArgument;
00016 class Value;
00017 class ValueIteratorBase;
00018 class ValueIterator;
00019 class ValueConstIterator;
00020 #ifdef JSON_VALUE_USE_INTERNAL_MAP
00021 class ValueAllocator;
00022 class ValueMapAllocator;
00023 class ValueInternalLink;
00024 class ValueInternalArray;
00025 class ValueInternalMap;
00026 #endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP
00027
00028 }
00029
00030
00031 #endif // JSON_FORWARDS_H_INCLUDED