Main Page
Namespaces
Classes
Files
Class List
Class Hierarchy
Class Members
error_handling
::
indexOutOfRange
error_handling::indexOutOfRange Struct Reference
Exception for indices out of range.
More...
#include <
error.hpp
>
Inheritance diagram for error_handling::indexOutOfRange:
[
legend
]
Collaboration diagram for error_handling::indexOutOfRange:
[
legend
]
List of all members.
Public Member Functions
indexOutOfRange
()
indexOutOfRange
(string r, string f, int l)
Public Attributes
int
i
int
j
int
m
int
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
int
error_handling::indexOutOfRange::i
int
error_handling::indexOutOfRange::j
int
error_handling::indexOutOfRange::m
int
error_handling::indexOutOfRange::n
The documentation for this struct was generated from the following file:
include/
error.hpp
Generated on Fri Jun 6 17:28:29 2008 by
1.5.6