Arcane  4.2.1.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::JSONKeyValueList

Liste de (clé,valeur) d'un document JSON. Plus de détails...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/common/arccore/common/JSONReader.h>

Graphe de collaboration de Arcane::JSONKeyValueList:

Types publics

typedef ContainerType::const_iterator const_iterator
typedef ContainerType::iterator iterator

Fonctions membres publiques

void add (JSONKeyValue v)
const_iterator begin () const
const_iterator end () const

Types privés

typedef std::vector< JSONKeyValueContainerType

Attributs privés

std::vector< JSONKeyValuem_values

Description détaillée

Liste de (clé,valeur) d'un document JSON.

Les instances de cette classe ne sont valides que tant que le document associé existe.

Avertissement
API Interne. Ne pas utiliser en dehors de Arcane.

Définition à la ligne 173 du fichier arccore/src/common/arccore/common/JSONReader.h.

Documentation des définitions de type membres

◆ const_iterator

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

Définition à la ligne 179 du fichier arccore/src/common/arccore/common/JSONReader.h.

◆ ContainerType

typedef std::vector<JSONKeyValue> Arcane::JSONKeyValueList::ContainerType
private

Définition à la ligne 175 du fichier arccore/src/common/arccore/common/JSONReader.h.

◆ iterator

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

Définition à la ligne 180 du fichier arccore/src/common/arccore/common/JSONReader.h.

Documentation des fonctions membres

◆ add()

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

Définition à la ligne 184 du fichier arccore/src/common/arccore/common/JSONReader.h.

◆ begin()

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

Définition à la ligne 188 du fichier arccore/src/common/arccore/common/JSONReader.h.

◆ end()

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

Définition à la ligne 189 du fichier arccore/src/common/arccore/common/JSONReader.h.

Documentation des données membres

◆ m_values

std::vector<JSONKeyValue> Arcane::JSONKeyValueList::m_values
private

Définition à la ligne 193 du fichier arccore/src/common/arccore/common/JSONReader.h.


La documentation de cette classe a été générée à partir du fichier suivant :