Data Access Library (DAL)
 All Classes Functions Variables Typedefs Friends
dal::ScopedErrorStack Class Reference

#include <errorstack.h>

List of all members.


Detailed Description

Saves and restores the current error stack. Useful for preserving the HDF5 error state if it cannot be counted on to be empty.

Example usage as a scope guard: { ScopedErrorStack ses();

... code that can generate and handle HDF5 errors ... }


The documentation for this class was generated from the following files:
 All Classes Functions Variables Typedefs Friends