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 IndexOutOfBoundsException &ex)
 
 IndexOutOfBoundsException (const int index, const int minIndex, const int maxIndex)
 
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

◆ IndexOutOfBoundsException() [1/3]

statemap::IndexOutOfBoundsException::IndexOutOfBoundsException ( )
inline

Definition at line 298 of file statemap.h.

◆ IndexOutOfBoundsException() [2/3]

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

Definition at line 307 of file statemap.h.

◆ IndexOutOfBoundsException() [3/3]

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

Definition at line 317 of file statemap.h.

◆ ~IndexOutOfBoundsException()

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

Definition at line 326 of file statemap.h.

Member Function Documentation

◆ getIndex()

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

Definition at line 345 of file statemap.h.

◆ getMaxIndex()

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

Definition at line 357 of file statemap.h.

◆ getMinIndex()

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

Definition at line 351 of file statemap.h.

◆ operator=()

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

Definition at line 331 of file statemap.h.

Member Data Documentation

◆ _index

int statemap::IndexOutOfBoundsException::_index
private

Definition at line 360 of file statemap.h.

◆ _maxIndex

int statemap::IndexOutOfBoundsException::_maxIndex
private

Definition at line 372 of file statemap.h.

◆ _minIndex

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 Tue Mar 1 2022 23:53:36