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()
API Interne de l'interface d'une liste d'options du jeu de données.
Interface d'une liste d'options du jeu de données.
Interface d'une liste d'options présente plusieurs fois.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-