|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include "./scope_guard.hpp"#include "./typeid_name.hpp"#include <h5/h5.hpp>#include <functional>#include <iostream>#include <string>#include <utility>#include <vector>RAII container that dumps registered HDF5-serializable objects to disk if its scope unwinds abnormally.
Definition in file crash_logger.hpp.
Go to the source code of this file.
Classes | |
| class | triqs::utility::crash_logger |
| RAII helper that writes user-registered objects to an HDF5 crash dump on abnormal scope exit. More... | |