|
linbox
|
#include <debug.h>
Inheritance diagram for LinBoxFailure:Public Member Functions | |
| LinBoxFailure (const char *function, const char *file="\0", int line=-1, const char *what="\0") | |
Static Protected Attributes | |
| static std::ostream * | _errorStream |
Something went wrong. what ?
|
inline |
LinBox failed. The parameter help debugging/explaining.
| function | usually __func__, the function that threw the error |
| file | usually __FILE__, the file where this function is |
| line | usually __LINE__, the line where it happened |
| what | what happened ? should not be NULL... |
|
staticprotectedinherited |