14#include "arcane/core/CaseOptionComplexValue.h"
16#include "arcane/core/ICaseOptions.h"
17#include "arcane/core/internal/ICaseOptionListInternal.h"
28CaseOptionComplexValue::
30: m_config_list(
ICaseOptionListInternal::create(clist, opt->toCaseOptions(), parent_elem, clist->isOptional(), true))
31, m_element(parent_elem)
33 opt->addChild(_configList());
39CaseOptionComplexValue::
40~CaseOptionComplexValue()
Internal API of the data set options list interface.
Interface for a data set options list.
Interface for a list of options that appears multiple times.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --