13#ifndef ARCANE_UTILS_INTERNAL_PARAMETERCASEOPTION_H
14#define ARCANE_UTILS_INTERNAL_PARAMETERCASEOPTION_H
38class ARCANE_UTILS_EXPORT ParameterCaseOption
289 bool m_is_fr =
false;
Declarations of types used in Arcane.
bool existAnyIndex(const String &xpath_before_index, const String &xpath_after_index) const
Method allowing checking if an option is present.
void indexesInParam(const String &xpath_before_index, const String &xpath_after_index, UniqueArray< Integer > &indexes) const
Method allowing retrieval of the index or indices of the option.
Integer count(const String &xpath_before_index, const String &xpath_after_index) const
Method allowing knowing the number of indices of the option.
bool exist(const String &full_xpath) const
Method allowing checking if an option is present.
String getParameterOrNull(const String &xpath_before_index, const String &xpath_after_index, Integer index) const
Method allowing retrieval of an option's value.
Class representing a collection of XML elements (a set of Arcane options).
View of a UTF-8 character string.
Unicode character string.
1D data vector with value semantics (STL style).
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.