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 165 of file arccore/src/common/arccore/common/JSONReader.h.
| typedef ContainerType::const_iterator Arcane::JSONKeyValueList::const_iterator |
Definition at line 171 of file arccore/src/common/arccore/common/JSONReader.h.
| typedef ContainerType::iterator Arcane::JSONKeyValueList::iterator |
Definition at line 172 of file arccore/src/common/arccore/common/JSONReader.h.
|
inline |
Definition at line 176 of file arccore/src/common/arccore/common/JSONReader.h.
|
inline |
Definition at line 180 of file arccore/src/common/arccore/common/JSONReader.h.
|
inline |
Definition at line 181 of file arccore/src/common/arccore/common/JSONReader.h.