List of (key,value) pairs of a JSON document. More...
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 |
Private Types | |
| typedef std::vector< JSONKeyValue > | ContainerType |
Private Attributes | |
| std::vector< JSONKeyValue > | m_values |
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.
|
private |
Definition at line 175 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.
|
private |
Definition at line 193 of file arccore/src/common/arccore/common/JSONReader.h.