diff options
Diffstat (limited to 'lib/jsoncpp/include/json/forwards.h')
-rw-r--r-- | lib/jsoncpp/include/json/forwards.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/lib/jsoncpp/include/json/forwards.h b/lib/jsoncpp/include/json/forwards.h index ee76071c12..dd32fa0578 100644 --- a/lib/jsoncpp/include/json/forwards.h +++ b/lib/jsoncpp/include/json/forwards.h @@ -1,3 +1,8 @@ +// Copyright 2007-2010 Baptiste Lepilleur +// Distributed under MIT license, or public domain if desired and +// recognized in your jurisdiction. +// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE + #ifndef JSON_FORWARDS_H_INCLUDED # define JSON_FORWARDS_H_INCLUDED @@ -5,14 +10,18 @@ namespace Json { + // writer.h class FastWriter; - class Reader; class StyledWriter; + // reader.h + class Reader; + // features.h class Features; // value.h + typedef unsigned int ArrayIndex; class StaticString; class Path; class PathArgument; @@ -21,7 +30,6 @@ namespace Json { class ValueIterator; class ValueConstIterator; #ifdef JSON_VALUE_USE_INTERNAL_MAP - class ValueAllocator; class ValueMapAllocator; class ValueInternalLink; class ValueInternalArray; |