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

List of values 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 (JSONValue v)
const_iterator begin () const
const_iterator end () const

Detailed Description

List of values 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 199 of file arccore/src/common/arccore/common/JSONReader.h.

Member Typedef Documentation

◆ const_iterator

typedef ContainerType::const_iterator Arcane::JSONValueList::const_iterator

◆ iterator

typedef ContainerType::iterator Arcane::JSONValueList::iterator

Member Function Documentation

◆ add()

void Arcane::JSONValueList::add ( JSONValue v)
inline

◆ begin()

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

◆ end()

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

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