List of (key,value) pairs of a JSON document. More...
#include <arccore/common/JSONReader.h>
Public Types | |
| typedef ContainerType::const_iterator | const_iterator |
| typedef ContainerType::iterator | iterator |
Public Member Functions | |
| void | add (JSONKeyValue v) |
| const_iterator | begin () const |
| const_iterator | end () const |
List of (key,value) pairs of a JSON document.
Instances of this class are only valid as long as the associated document exists.
Definition at line 173 of file arccore/src/common/arccore/common/JSONReader.h.
| typedef ContainerType::const_iterator Arcane::JSONKeyValueList::const_iterator |
Definition at line 179 of file arccore/src/common/arccore/common/JSONReader.h.
| typedef ContainerType::iterator Arcane::JSONKeyValueList::iterator |
Definition at line 180 of file arccore/src/common/arccore/common/JSONReader.h.
|
inline |
Definition at line 184 of file arccore/src/common/arccore/common/JSONReader.h.
|
inline |
Definition at line 188 of file arccore/src/common/arccore/common/JSONReader.h.
|
inline |
Definition at line 189 of file arccore/src/common/arccore/common/JSONReader.h.