Data Access Library (DAL)
 All Classes Functions Variables Typedefs Friends
Public Member Functions | Public Attributes
dal::HDF5StackLine Struct Reference

#include <errorstack.h>

List of all members.

Public Member Functions

std::string shortDesc () const
std::string longDesc () const

Public Attributes

unsigned n
 Index number within this stack trace (starting at 0)
hid_t cls_id
 Identifier for the module generating this error.
hid_t maj_num
 Major error number.
hid_t min_num
 Minor error number.
unsigned line
 Source line number.
std::string func_name
 Source function name.
std::string file_name
 Source file name.
std::string desc
 Error description.
std::string cls
 Module in which error occurred ("HDF5" for all errors generated by HDF5)
std::string maj
 Description of major error number.
std::string min
 Description of minor error number.

Detailed Description

All information about a single stack-trace line for HDF5 error handling routines.


Member Function Documentation

std::string dal::HDF5StackLine::longDesc ( ) const

Returns an extensive description of this stack line, useful for debugging errors.

std::string dal::HDF5StackLine::shortDesc ( ) const

Returns a short description of this stack line, useful for reporting errors.


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