Theoretica
A C++ numerical and automatic mathematical library
|
error checking More...
Public Attributes | |
unsigned int | totalChecks = 0 |
unsigned int | failedChecks = 0 |
Number of failed checks. | |
std::map< std::string, std::vector< assert_result > > | assertResults {} |
Results of checking assertions. | |
std::map< std::string, std::vector< errno_result > > | errnoResults {} |
Results of checking errno. | |
std::map< std::string, std::vector< exception_result > > | exceptionResults {} |
Results of exception testing. | |
error checking