|
|
| QhullError () |
|
| QhullError (const QhullError &other) |
|
| QhullError (int code, const std::string &message) |
|
| QhullError (int code, const char *fmt) |
|
| QhullError (int code, const char *fmt, int d) |
|
| QhullError (int code, const char *fmt, int d, int d2) |
|
| QhullError (int code, const char *fmt, int d, int d2, float f) |
|
| QhullError (int code, const char *fmt, int d, int d2, float f, const char *s) |
|
| QhullError (int code, const char *fmt, int d, int d2, float f, const void *x) |
|
| QhullError (int code, const char *fmt, int d, int d2, float f, int i) |
|
| QhullError (int code, const char *fmt, int d, int d2, float f, long long i) |
|
| QhullError (int code, const char *fmt, int d, int d2, float f, double e) |
|
QhullError & | operator= (const QhullError &other) |
|
| ~QhullError () throw () |
|
| RoadError () |
|
| RoadError (const RoadError &other) |
|
| RoadError (int code, const std::string &message) |
| Called on throw, generates error_message. More...
|
|
| RoadError (int code, const char *fmt) |
|
| RoadError (int code, const char *fmt, int d) |
|
| RoadError (int code, const char *fmt, int d, int d2) |
|
| RoadError (int code, const char *fmt, int d, int d2, float f) |
|
| RoadError (int code, const char *fmt, int d, int d2, float f, const char *s) |
|
| RoadError (int code, const char *fmt, int d, int d2, float f, const void *x) |
|
| RoadError (int code, const char *fmt, int d, int d2, float f, int i) |
|
| RoadError (int code, const char *fmt, int d, int d2, float f, long long i) |
|
| RoadError (int code, const char *fmt, int d, int d2, float f, double e) |
|
RoadError & | operator= (const RoadError &other) |
|
| ~RoadError () throw () |
|
virtual const char * | what () const throw () |
|
bool | isValid () const |
|
int | errorCode () const |
|
RoadLogEvent | roadLogEvent () const |
|
void | logErrorLastResort () const |
|
Definition at line 26 of file QhullError.h.