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 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.
|
private |
Definition at line 167 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.
|
private |
Definition at line 185 of file arccore/src/common/arccore/common/JSONReader.h.