Liste de valeurs 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 (JSONValue v) |
const_iterator | begin () const |
const_iterator | end () const |
Types privés | |
typedef std::vector< JSONValue > | ContainerType |
Attributs privés | |
std::vector< JSONValue > | m_values |
Liste de valeurs d'un document JSON.
Les instances de cette classe ne sont valides que tant que le document associé existe.
Définition à la ligne 198 du fichier JSONReader.h.
typedef ContainerType::const_iterator Arcane::JSONValueList::const_iterator |
Définition à la ligne 204 du fichier JSONReader.h.
Définition à la ligne 200 du fichier JSONReader.h.
typedef ContainerType::iterator Arcane::JSONValueList::iterator |
Définition à la ligne 205 du fichier JSONReader.h.
Définition à la ligne 209 du fichier JSONReader.h.
|
inline |
Définition à la ligne 213 du fichier JSONReader.h.
|
inline |
Définition à la ligne 214 du fichier JSONReader.h.
|
private |
Définition à la ligne 218 du fichier JSONReader.h.