Interface of a resource manager. More...
#include <arcane/core/IRessourceMng.h>
Public Member Functions | |
| virtual | ~IRessourceMng ()=default |
| Frees the resources. | |
| virtual IXmlDocumentHolder * | createXmlDocument ()=0 |
| Creates an XML document node. | |
Static Public Member Functions | |
| static IRessourceMng * | createDefault (IApplication *) |
| Creation of a default history manager. | |
Interface of a resource manager.
Definition at line 32 of file IRessourceMng.h.
|
static |
Creation of a default history manager.
Definition at line 47 of file RessourceMng.cc.
|
pure virtual |
Creates an XML document node.
Creates and returns an XML document using a default implementation. The destruction of this document invalidates all nodes that depend on it.
Implemented in Arcane::RessourceMng.
Referenced by Arcane::ManualHdf5VariableWriter::notifyEndWrite().