Base class for a complex option value. More...
#include <arcane/core/CaseOptionComplexValue.h>
Public Member Functions | |
| CaseOptionComplexValue (ICaseOptionsMulti *opt, ICaseOptionList *clist, const XmlNode &parent_elem) | |
| XmlNode | element () const |
| ICaseOptionList * | configList () const |
| String | xpathFullName () const |
| Full name in the format specified by the XPath standard. | |
Protected Member Functions | |
| ICaseOptionList * | _configList () |
| XmlNode | _element () |
Private Attributes | |
| ReferenceCounter< ICaseOptionList > | m_config_list |
| XmlNode | m_element |
Base class for a complex option value.
A complex option is composed of multiple instances of this class.
Definition at line 39 of file CaseOptionComplexValue.h.
| Arcane::CaseOptionComplexValue::CaseOptionComplexValue | ( | ICaseOptionsMulti * | opt, |
| ICaseOptionList * | clist, | ||
| const XmlNode & | parent_elem ) |
Definition at line 28 of file CaseOptionComplexValue.cc.
|
virtual |
Definition at line 39 of file CaseOptionComplexValue.cc.
|
inlineprotected |
Definition at line 61 of file CaseOptionComplexValue.h.
|
inlineprotected |
Definition at line 62 of file CaseOptionComplexValue.h.
|
inline |
Definition at line 52 of file CaseOptionComplexValue.h.
|
inline |
Definition at line 49 of file CaseOptionComplexValue.h.
|
inline |
Full name in the format specified by the XPath standard.
Definition at line 55 of file CaseOptionComplexValue.h.
|
private |
Definition at line 66 of file CaseOptionComplexValue.h.
|
private |
Definition at line 67 of file CaseOptionComplexValue.h.