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
34 #endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP
39 #endif // JSON_FORWARDS_H_INCLUDED
const iterator for object and array value.
Iterator for object and array value.
Experimental and untested: represents a "path" to access a node.
Allocator to customize Value internal map.
Experimental do not use: Allocator to customize member name and string value memory management done b...
A linked page based hash-table implementation used internally by Value.
Experimental and untested: represents an element of the "path" to access a node.
JSON (JavaScript Object Notation).
A simplified deque implementation used internally by Value.
base class for Value iterators.
ValueInternalMap hash-map bucket chain link (for internal use only).
Lightweight wrapper to tag static string.
Configuration passed to reader and writer.