Data Access Library (DAL)
 All Classes Functions Variables Typedefs Friends
Public Member Functions | Static Public Member Functions
dal::HDF5ErrorStack Class Reference

#include <errorstack.h>

List of all members.

Public Member Functions

 HDF5ErrorStack ()
std::vector< struct HDF5StackLinestack () const

Static Public Member Functions

static void clear ()

Detailed Description

Saves and wraps the current HDF5 error stack.


Constructor & Destructor Documentation

Retrieve and save the HDF5 error stack upon construction. The HDF5 error stack itself remains unchanged.


Member Function Documentation

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.


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