Liste de (clé,valeur) d'un document JSON. Plus de détails...
#include <arcane/utils/JSONReader.h>
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< JSONKeyValue > | ContainerType |
Attributs privés | |
std::vector< JSONKeyValue > | m_values |
Liste de (clé,valeur) d'un document JSON.
Les instances de cette classe ne sont valides que tant que le document associé existe.
Définition à la ligne 165 du fichier JSONReader.h.
typedef ContainerType::const_iterator Arcane::JSONKeyValueList::const_iterator |
Définition à la ligne 171 du fichier JSONReader.h.
|
private |
Définition à la ligne 167 du fichier JSONReader.h.
typedef ContainerType::iterator Arcane::JSONKeyValueList::iterator |
Définition à la ligne 172 du fichier JSONReader.h.
|
inline |
Définition à la ligne 176 du fichier JSONReader.h.
|
inline |
Définition à la ligne 180 du fichier JSONReader.h.
|
inline |
Définition à la ligne 181 du fichier JSONReader.h.
|
private |
Définition à la ligne 185 du fichier JSONReader.h.