Internal part of ICaseMng. More...
#include <arcane/core/internal/ICaseMngInternal.h>
Public Member Functions | |
| virtual void | internalReadOneOption (ICaseOptions *opt, bool is_phase1)=0 |
| Reads an option from the dataset. | |
| virtual ICaseDocumentFragment * | createDocumentFragment (IXmlDocumentHolder *document)=0 |
| Creates a fragment. | |
| virtual const ParameterListWithCaseOption & | parameters () const =0 |
| List of parameters that can override the dataset. | |
Definition at line 33 of file ICaseMngInternal.h.
|
pure virtual |
Creates a fragment.
The returned instance must be destroyed by calling delete. The returned instance becomes the owner of document and will be responsible for destroying it.
Implemented in Arcane::CaseMng.
Referenced by Arcane::CaseOptions::CaseOptions().
|
pure virtual |
Reads an option from the dataset.
Implemented in Arcane::CaseMng.
|
pure virtual |
List of parameters that can override the dataset.
Implemented in Arcane::CaseMng.
Referenced by Arcane::CaseOptionMultiExtended::_search().