OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <IndexMap.h>
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 |
Definition at line 65 of file IndexMap.h.
|
inline |
Definition at line 67 of file IndexMap.h.
|
inline |
Definition at line 70 of file IndexMap.h.
|
inlinevirtual |
Definition at line 73 of file IndexMap.h.
|
private |