OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
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 ()
 
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...
 
- 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 65 of file IndexMap.h.

Constructor & Destructor Documentation

◆ OutOfBounds() [1/3]

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

Definition at line 67 of file IndexMap.h.

◆ OutOfBounds() [2/3]

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

Definition at line 70 of file IndexMap.h.

◆ ~OutOfBounds()

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

Definition at line 73 of file IndexMap.h.

◆ OutOfBounds() [3/3]

IndexMap::OutOfBounds::OutOfBounds ( )
private

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