Arcane  v4.1.2.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 162 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 168 du fichier arccore/src/common/arccore/common/JSONReader.h.

◆ ContainerType

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

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

◆ iterator

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

Définition à la ligne 169 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 173 du fichier arccore/src/common/arccore/common/JSONReader.h.

◆ begin()

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

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

◆ end()

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

Définition à la ligne 178 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 182 du fichier arccore/src/common/arccore/common/JSONReader.h.


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