|
Namespaces |
| namespace | Json |
| namespace | std |
Classes |
| class | StaticString |
| class | Value |
| class | Value::CZString |
| struct | Value::CommentInfo |
| union | Value::ValueHolder |
| class | PathArgument |
| class | Path |
| class | ValueIteratorBase |
| class | ValueConstIterator |
| class | ValueIterator |
Enumerations |
| enum | ValueType {
nullValue = 0,
nullValue = 0,
intValue,
intValue,
uintValue,
uintValue,
realValue,
realValue,
stringValue,
stringValue,
booleanValue,
booleanValue,
arrayValue,
arrayValue,
objectValue,
objectValue,
nullValue = 0,
nullValue = 0,
intValue,
intValue,
uintValue,
uintValue,
realValue,
realValue,
stringValue,
stringValue,
booleanValue,
booleanValue,
arrayValue,
arrayValue,
objectValue,
objectValue
} |
| enum | CommentPlacement {
commentBefore = 0,
commentBefore = 0,
commentAfterOnSameLine,
commentAfterOnSameLine,
commentAfter,
commentAfter,
numberOfCommentPlacement,
numberOfCommentPlacement,
commentBefore = 0,
commentBefore = 0,
commentAfterOnSameLine,
commentAfterOnSameLine,
commentAfter,
commentAfter,
numberOfCommentPlacement,
numberOfCommentPlacement
} |
Functions |
| template<> |
| void | swap (Json::Value &a, Json::Value &b) |
| | Specialize std::swap() for Json::Value.
|