|
TRUST 1.9.8
HPC thermohydraulic platform
|
classe TRUST_Error More...
#include <TRUST_Error.h>
Public Member Functions | |
| ~TRUST_Error () | |
| TRUST_Error (const char *s, int pe=-1) | |
| TRUST_Error (int pe=-1) | |
| TRUST_Error (const TRUST_Error &) | |
| const TRUST_Error & | operator= (const TRUST_Error &) |
| const char * | get_msg () const |
| const int & | get_pe () const |
| TRUST_Error::~TRUST_Error | ( | ) |
Definition at line 33 of file TRUST_Error.cpp.
| TRUST_Error::TRUST_Error | ( | const char * | s, |
| int | pe = -1 ) |
Definition at line 21 of file TRUST_Error.cpp.
| TRUST_Error::TRUST_Error | ( | int | pe = -1 | ) |
Definition at line 27 of file TRUST_Error.cpp.
| TRUST_Error::TRUST_Error | ( | const TRUST_Error & | err__ | ) |
Definition at line 38 of file TRUST_Error.cpp.
|
inline |
Definition at line 32 of file TRUST_Error.h.
|
inline |
Definition at line 33 of file TRUST_Error.h.
| const TRUST_Error & TRUST_Error::operator= | ( | const TRUST_Error & | err__ | ) |
Definition at line 43 of file TRUST_Error.cpp.