Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::JSONKeyValueList Class Reference

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

Detailed Description

List of (key,value) pairs of a JSON document.

Instances of this class are only valid as long as the associated document exists.

Warning
Internal API. Do not use outside of Arcane.

Definition at line 165 of file arccore/src/common/arccore/common/JSONReader.h.

Member Typedef Documentation

◆ const_iterator

typedef ContainerType::const_iterator Arcane::JSONKeyValueList::const_iterator

◆ iterator

typedef ContainerType::iterator Arcane::JSONKeyValueList::iterator

Member Function Documentation

◆ add()

void Arcane::JSONKeyValueList::add ( JSONKeyValue v)
inline

◆ begin()

const_iterator Arcane::JSONKeyValueList::begin ( ) const
inline

◆ end()

const_iterator Arcane::JSONKeyValueList::end ( ) const
inline

The documentation for this class was generated from the following file: