#include <errorstack.h>
Public Member Functions | |
HDF5ErrorStack () | |
std::vector< struct HDF5StackLine > | stack () const |
Static Public Member Functions | |
static void | clear () |
Saves and wraps the current HDF5 error stack.
Retrieve and save the HDF5 error stack upon construction. The HDF5 error stack itself remains unchanged.
void dal::HDF5ErrorStack::clear | ( | ) | [static] |
Clear the HDF5 error stack
std::vector< struct HDF5StackLine > dal::HDF5ErrorStack::stack | ( | ) | const |
The HDF5 error stack as it was when this object was constructed.