|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <PAssert.h>
Inherits std::runtime_error.
Public Member Functions | |
| assertion (const char *cond, const char *file, int line) | |
| assertion (const char *m) | |
| assertion (const assertion &a) | |
| ~assertion () throw () | |
| assertion & | operator= (const assertion &a) |
| virtual const char * | what () |
Private Attributes | |
| char * | msg |
| assertion::assertion | ( | const char * | cond, |
| const char * | file, | ||
| int | line ) |
Definition at line 45 of file PAssert.cpp.
References msg.
Referenced by assertion(), and operator=().
| assertion::assertion | ( | const char * | m | ) |
Definition at line 54 of file PAssert.cpp.
References msg.
| assertion::assertion | ( | const assertion & | a | ) |
Definition at line 61 of file PAssert.cpp.
References a, assertion(), and msg.
Definition at line 68 of file PAssert.cpp.
References a, assertion(), and msg.
|
inlinevirtual |
|
private |
Definition at line 50 of file PAssert.h.
Referenced by assertion(), assertion(), assertion(), operator=(), what(), and ~assertion().