|
linbox
|
#include <debug.h>
Inheritance diagram for NotImplementedYet:Public Member Functions | |
| NotImplementedYet () | |
| NotImplementedYet (const std::string &why) | |
| NotImplementedYet (const char *why) | |
| NotImplementedYet (const char *function, const char *file, int line, const char *why="\0") | |
Static Protected Attributes | |
| static std::ostream * | _errorStream |
A function is "not implemented yet(tm)". where, why ?
|
inline |
A precondtion failed. The parameter help debugging. This is not much different from the previous except we can digg faster in the file where the exception was triggered.
| 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 |
| why | by default, lazy people don't provide an explanation. |
|
inline |
|
inline |
|
inline |
|
staticprotected |