12#ifndef ARCANE_UTILS_INTERNAL_PARAMETERLISTWITHCASEOPTION_H
13#define ARCANE_UTILS_INTERNAL_PARAMETERLISTWITHCASEOPTION_H
18#include "arcane/utils/internal/ParameterCaseOption.h"
Declarations of types used in Arcane.
Class representing the set of parameters that can modify the dataset options.
bool addParameterLine(const String &line)
Parses the line line.
ParameterListWithCaseOption()
Constructs a dictionary.
Impl * m_p
Implementation.
void addParameters(const ParameterList ¶meters)
Adds the parameters from parameters to the instance's parameters.
ParameterCaseOption getParameterCaseOption(const String &language) const
Method to retrieve an object of type ParameterCaseOption.
String getParameterOrNull(const String ¶m_name) const
Retrieves the parameter with name param_name.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --