Interface for a list of options that appears multiple times. More...
#include <arcane/core/ICaseOptions.h>
Public Member Functions | |
| virtual void | multiAllocate (const XmlNodeList &)=0 |
| virtual ICaseOptions * | toCaseOptions ()=0 |
| virtual void | addChild (ICaseOptionList *v)=0 |
| virtual Integer | nbChildren () const =0 |
| virtual ICaseOptionList * | child (Integer index) const =0 |
Interface for a list of options that appears multiple times.
Definition at line 154 of file ICaseOptions.h.
|
inlinevirtual |
Definition at line 158 of file ICaseOptions.h.