12#ifndef ARCANE_CORE_CASEOPTIONSMULTI_H
13#define ARCANE_CORE_CASEOPTIONSMULTI_H
17#include "arcane/core/CaseOptions.h"
18#include "arcane/utils/UniqueArray.h"
33class ARCANE_CORE_EXPORT CaseOptionsMulti
48 Integer nbChildren()
const override {
return m_values.size(); }
CaseOptions(ICaseMng *cm, const String &name)
Constructs an options set.
Interface for a data set options list.
Interface for a list of options that appears multiple times.
Interface for a list of data set options.
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.