error_handling::error Class Reference

generic error and base struct. /*GSL_FAILURE = -1,*/ More...

#include <error.hpp>

Inheritance diagram for error_handling::error:

Inheritance graph
[legend]
Collaboration diagram for error_handling::error:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 error ()
 error (string r, string f, int l)

Public Attributes

std::string reason
std::string file
int line


Detailed Description

generic error and base struct. /*GSL_FAILURE = -1,*/

Constructor & Destructor Documentation

error_handling::error::error (  )  [inline]

00027 {};

error_handling::error::error ( string  r,
string  f,
int  l 
) [inline]

00028                                      : 
00029       reason(r), file(f), line(l) {};


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Fri Jun 6 17:28:28 2008 by  doxygen 1.5.6