#include <statemap.h>
Public Member Functions | |
int | getIndex () const |
int | getMaxIndex () const |
int | getMinIndex () const |
IndexOutOfBoundsException () | |
IndexOutOfBoundsException (const int index, const int minIndex, const int maxIndex) | |
IndexOutOfBoundsException (const IndexOutOfBoundsException &ex) | |
const IndexOutOfBoundsException & | operator= (const IndexOutOfBoundsException &ex) |
virtual | ~IndexOutOfBoundsException () throw () |
Private Attributes | |
int | _index |
int | _maxIndex |
int | _minIndex |
Definition at line 299 of file statemap.h.
Definition at line 308 of file statemap.h.
statemap::IndexOutOfBoundsException::IndexOutOfBoundsException | ( | const int | index, |
const int | minIndex, | ||
const int | maxIndex | ||
) | [inline] |
Definition at line 317 of file statemap.h.
statemap::IndexOutOfBoundsException::IndexOutOfBoundsException | ( | const IndexOutOfBoundsException & | ex | ) | [inline] |
Definition at line 327 of file statemap.h.
virtual statemap::IndexOutOfBoundsException::~IndexOutOfBoundsException | ( | ) | throw () [inline, virtual] |
Definition at line 336 of file statemap.h.
int statemap::IndexOutOfBoundsException::getIndex | ( | ) | const [inline] |
Definition at line 355 of file statemap.h.
int statemap::IndexOutOfBoundsException::getMaxIndex | ( | ) | const [inline] |
Definition at line 367 of file statemap.h.
int statemap::IndexOutOfBoundsException::getMinIndex | ( | ) | const [inline] |
Definition at line 361 of file statemap.h.
const IndexOutOfBoundsException& statemap::IndexOutOfBoundsException::operator= | ( | const IndexOutOfBoundsException & | ex | ) | [inline] |
Definition at line 341 of file statemap.h.
int statemap::IndexOutOfBoundsException::_index [private] |
Definition at line 370 of file statemap.h.
int statemap::IndexOutOfBoundsException::_maxIndex [private] |
Definition at line 384 of file statemap.h.
int statemap::IndexOutOfBoundsException::_minIndex [private] |
Definition at line 383 of file statemap.h.