12#ifndef ARCANE_CASEOPTIONSMULTI_H
13#define ARCANE_CASEOPTIONSMULTI_H
17#include "arcane/CaseOptions.h"
18#include "arcane/utils/UniqueArray.h"
47 Integer nbChildren()
const override {
return m_values.size(); }
48 ICaseOptionList* child(Integer index)
const override {
return m_values[index]; }
Interface du gestionnaire de cas.
Référence à une instance.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-