Blame | Last modification | View Log | RSS feed
#ifndef JSON_FORWARDS_H_INCLUDED# define JSON_FORWARDS_H_INCLUDED# include "config.h"namespace Json {// writer.hclass FastWriter;class StyledWriter;// reader.hclass Reader;// features.hclass Features;// value.htypedef int Int;typedef unsigned int UInt;class StaticString;class Path;class PathArgument;class Value;class ValueIteratorBase;class ValueIterator;class ValueConstIterator;#ifdef JSON_VALUE_USE_INTERNAL_MAPclass ValueAllocator;class ValueMapAllocator;class ValueInternalLink;class ValueInternalArray;class ValueInternalMap;#endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP} // namespace Json#endif // JSON_FORWARDS_H_INCLUDED