14#include "arcane/mesh/MeshEventsImpl.h"
16#include "arcane/utils/FatalErrorException.h"
27EventObservable<const MeshEventArgs&>& MeshEventsImpl::
32 return m_on_begin_prepare_dump;
34 return m_on_end_prepare_dump;
#define ARCANE_FATAL(...)
Macro throwing a FatalErrorException.
eMeshEventType
Events generated by IMesh.
@ EndPrepareDump
Event sent at the end of prepareForDump().
@ BeginPrepareDump
Event sent at the beginning of prepareForDump().