Public Methods | |
Test (void) | |
Test (const std::string &, const std::string &, const std::string &, const bool &) | |
const std::string & | name (void) const |
const std::string & | ex (void) const |
const std::string & | ob (void) const |
const bool | comp (void) const |
Private Attributes | |
std::string | mname |
std::string | mex |
std::string | mob |
bool | mcomp |
|
Definition at line 39 of file Reporter.cpp. |
|
Definition at line 51 of file Reporter.cpp. |
|
Definition at line 89 of file Reporter.h. References mcomp. |
|
Definition at line 87 of file Reporter.h. References mex. |
|
Definition at line 86 of file Reporter.h. References mname. |
|
Definition at line 88 of file Reporter.h. References mob. |
|
Definition at line 94 of file Reporter.h. Referenced by comp. |
|
Definition at line 92 of file Reporter.h. Referenced by ex. |
|
Definition at line 91 of file Reporter.h. Referenced by name. |
|
Definition at line 93 of file Reporter.h. Referenced by ob. |