14#ifndef ARCANE_UTILS_PARAMETERCASEOPTION_H
15#define ARCANE_UTILS_PARAMETERCASEOPTION_H
40class ARCANE_UTILS_EXPORT
Déclarations des types utilisés dans Arcane.
bool existAnyIndex(const String &xpath_before_index, const String &xpath_after_index) const
Méthode permettant de savoir si une option est présente.
void indexesInParam(const String &xpath_before_index, const String &xpath_after_index, UniqueArray< Integer > &indexes) const
Méthode permettant de récupérer le ou les indices de l'option.
Integer count(const String &xpath_before_index, const String &xpath_after_index) const
Méthode permettant de connaitre le nombre d'indices de l'option.
bool exist(const String &full_xpath) const
Méthode permettant de savoir si une option est présente.
String getParameterOrNull(const String &xpath_before_index, const String &xpath_after_index, Integer index) const
Méthode permettant de récupérer la valeur d'une option.
Classe représentant un ensemble d'éléments XML (un ensemble d'options Arcane).
Vue sur une chaîne de caractères UTF-8.
Chaîne de caractères unicode.
Vecteur 1D de données avec sémantique par valeur (style STL).
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Int32 Integer
Type représentant un entier.