Go to the documentation of this file. 1 #ifndef JSON_FORWARDS_H_INCLUDED
2 #define JSON_FORWARDS_H_INCLUDED
28 #ifdef JSON_VALUE_USE_INTERNAL_MAP
30 class ValueMapAllocator;
31 class ValueInternalLink;
32 class ValueInternalArray;
33 class ValueInternalMap;
34 #endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP
38 #endif // JSON_FORWARDS_H_INCLUDED
Iterator for object and array value.
Experimental and untested: represents a "path" to access a node.
Configuration passed to reader and writer. This configuration object can be used to force the Reader ...
Experimental do not use: Allocator to customize member name and string value memory management done b...
JSON (JavaScript Object Notation).
const iterator for object and array value.
base class for Value iterators.
Experimental and untested: represents an element of the "path" to access a node.
Lightweight wrapper to tag static string.