|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <PAssert.h>
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 51 of file PAssert.cpp.
References msg.
| assertion::assertion | ( | const assertion & | a | ) |
Definition at line 57 of file PAssert.cpp.
References assertion(), and msg.
Definition at line 63 of file PAssert.cpp.
References assertion(), and msg.
|
inlinevirtual |
|
private |
Definition at line 54 of file PAssert.h.
Referenced by assertion(), assertion(), assertion(), operator=(), what(), and ~assertion().