error_handling::indexOutOfRange Struct Reference

Exception for indices out of range. More...

#include <error.hpp>

Inheritance diagram for error_handling::indexOutOfRange:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

size_t i
size_t j
size_t m
size_t n


Detailed Description

Exception for indices out of range.

Constructor & Destructor Documentation

error_handling::indexOutOfRange::indexOutOfRange (  )  [inline]

00320 {};

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

00321                                                 : 
00322       badArgument(r,f,l) {};


Member Data Documentation


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

Generated on Sat Jun 28 00:33:26 2008 by  doxygen 1.5.6