Public Member Functions | Private Attributes | List of all members
statemap::IndexOutOfBoundsException Class Reference

#include <statemap.h>

Inheritance diagram for statemap::IndexOutOfBoundsException:
Inheritance graph
[legend]

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 IndexOutOfBoundsExceptionoperator= (const IndexOutOfBoundsException &ex)
 
virtual ~IndexOutOfBoundsException () throw ()
 
- Public Member Functions inherited from statemap::SmcException
virtual ~SmcException () throw ()
 

Private Attributes

int _index
 
int _maxIndex
 
int _minIndex
 

Additional Inherited Members

- Protected Member Functions inherited from statemap::SmcException
 SmcException (const std::string &reason)
 

Detailed Description

Definition at line 290 of file statemap.h.

Constructor & Destructor Documentation

statemap::IndexOutOfBoundsException::IndexOutOfBoundsException ( )
inline

Definition at line 298 of file statemap.h.

statemap::IndexOutOfBoundsException::IndexOutOfBoundsException ( const int  index,
const int  minIndex,
const int  maxIndex 
)
inline

Definition at line 307 of file statemap.h.

statemap::IndexOutOfBoundsException::IndexOutOfBoundsException ( const IndexOutOfBoundsException ex)
inline

Definition at line 317 of file statemap.h.

virtual statemap::IndexOutOfBoundsException::~IndexOutOfBoundsException ( )
throw (
)
inlinevirtual

Definition at line 326 of file statemap.h.

Member Function Documentation

int statemap::IndexOutOfBoundsException::getIndex ( ) const
inline

Definition at line 345 of file statemap.h.

int statemap::IndexOutOfBoundsException::getMaxIndex ( ) const
inline

Definition at line 357 of file statemap.h.

int statemap::IndexOutOfBoundsException::getMinIndex ( ) const
inline

Definition at line 351 of file statemap.h.

const IndexOutOfBoundsException& statemap::IndexOutOfBoundsException::operator= ( const IndexOutOfBoundsException ex)
inline

Definition at line 331 of file statemap.h.

Member Data Documentation

int statemap::IndexOutOfBoundsException::_index
private

Definition at line 360 of file statemap.h.

int statemap::IndexOutOfBoundsException::_maxIndex
private

Definition at line 372 of file statemap.h.

int statemap::IndexOutOfBoundsException::_minIndex
private

Definition at line 371 of file statemap.h.


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


smclib
Author(s): Various
autogenerated on Wed Sep 2 2020 03:40:43