Chebyshev
Unit testing for scientific software
chebyshev::err::errno_result Class Reference

Result of errno checking of a function. More...

#include <err_structures.h>

Public Attributes

std::string name = "unknown"
 Identifying name of the function or test case.
 
int evaluated
 Evaluated errno value.
 
std::vector< int > expectedFlags
 Expected errno flags.
 
bool failed = true
 Whether the test failed.
 
bool quiet = false
 Whether to print to standard output or not.
 

Detailed Description

Result of errno checking of a function.


The documentation for this class was generated from the following file: