OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Private Member Functions | List of all members
IndexMap::OutOfBounds Class Reference

#include <IndexMap.h>

Inheritance diagram for IndexMap::OutOfBounds:
Inheritance graph
[legend]
Collaboration diagram for IndexMap::OutOfBounds:
Collaboration graph
[legend]

Public Member Functions

 OutOfBounds (const std::string &meth, const std::string &msg)
 
 OutOfBounds (const OutOfBounds &rhs)
 
virtual ~OutOfBounds ()
 
- Public Member Functions inherited from OpalException
 OpalException (const std::string &meth, const std::string &msg)
 The usual constructor. More...
 
 OpalException (const OpalException &)
 
virtual ~OpalException ()
 
- Public Member Functions inherited from ClassicException
virtual const std::string & what () const
 Return the message string for the exception. More...
 
virtual const std::string & where () const
 Return the name of the method or function which detected the exception. More...
 

Private Member Functions

 OutOfBounds ()
 

Additional Inherited Members

- Protected Member Functions inherited from ClassicException
 ClassicException (const std::string &meth, const std::string &msg)
 The usual constructor. More...
 
 ClassicException (const ClassicException &)
 
virtual ~ClassicException ()
 
 ClassicException ()
 
- Protected Attributes inherited from ClassicException
const std::string message
 
const std::string method
 

Detailed Description

Definition at line 37 of file IndexMap.h.

Constructor & Destructor Documentation

IndexMap::OutOfBounds::OutOfBounds ( const std::string &  meth,
const std::string &  msg 
)
inline

Definition at line 39 of file IndexMap.h.

IndexMap::OutOfBounds::OutOfBounds ( const OutOfBounds rhs)
inline

Definition at line 42 of file IndexMap.h.

virtual IndexMap::OutOfBounds::~OutOfBounds ( )
inlinevirtual

Definition at line 45 of file IndexMap.h.

IndexMap::OutOfBounds::OutOfBounds ( )
private

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