List of values of a JSON document. More...
Public Types | |
| typedef ContainerType::const_iterator | const_iterator |
| typedef ContainerType::iterator | iterator |
Public Member Functions | |
| void | add (JSONValue v) |
| const_iterator | begin () const |
| const_iterator | end () const |
Private Types | |
| typedef std::vector< JSONValue > | ContainerType |
Private Attributes | |
| std::vector< JSONValue > | m_values |
List of values of a JSON document.
Instances of this class are only valid as long as the associated document exists.
Definition at line 199 of file arccore/src/common/arccore/common/JSONReader.h.
| typedef ContainerType::const_iterator Arcane::JSONValueList::const_iterator |
Definition at line 205 of file arccore/src/common/arccore/common/JSONReader.h.
|
private |
Definition at line 201 of file arccore/src/common/arccore/common/JSONReader.h.
| typedef ContainerType::iterator Arcane::JSONValueList::iterator |
Definition at line 206 of file arccore/src/common/arccore/common/JSONReader.h.
|
inline |
Definition at line 210 of file arccore/src/common/arccore/common/JSONReader.h.
|
inline |
Definition at line 214 of file arccore/src/common/arccore/common/JSONReader.h.
|
inline |
Definition at line 215 of file arccore/src/common/arccore/common/JSONReader.h.
|
private |
Definition at line 219 of file arccore/src/common/arccore/common/JSONReader.h.