Theoretica
A C++ numerical and automatic mathematical library
|
Result of exception checking of a function. More...
#include <err_structures.h>
Public Attributes | |
std::string | name = "unknown" |
Identifying name of the function or test case. | |
bool | thrown = false |
Whether the function has thrown. | |
bool | correctType = true |
Whether the type of the thrown exception was correct. | |
bool | failed = true |
Whether the test failed. | |
bool | quiet = false |
Whether to print to standard output or not. | |
Result of exception checking of a function.