UFO
|
Information on each subgroup of checks. More...
#include <ProfileChecker.h>
Public Attributes | |
bool | runOnEntireSample |
std::vector< std::string > | checkNames |
checkNames contains the names of the checks in this subgroup. More... | |
Information on each subgroup of checks.
Definition at line 26 of file ProfileChecker.h.
std::vector<std::string> ufo::CheckSubgroup::checkNames |
checkNames
contains the names of the checks in this subgroup.
Definition at line 31 of file ProfileChecker.h.
bool ufo::CheckSubgroup::runOnEntireSample |
runOnEntireSample
specifies whether the checks in this subgroup run on all profiles at once.
Definition at line 29 of file ProfileChecker.h.