13 std::vector<std::string> include_exact;
14 std::vector<std::string> include_re;
15 std::vector<std::string> exclude_exact;
16 std::vector<std::string> exclude_re;
19 std::vector<std::string> group;
21 Normalize normalize = Normalize::None;
23 DefOverrideList override_defn;
24 PercentileList percentiles;
25 bool quartiles =
false;
26 std::vector<std::string> rows;
30 Options(
int argc,
char* argv[] );
32 bool exit_requested =
false;
34 void print( std::ostream &os );
37 std::ostream& operator << ( std::ostream& os, Options& a );
41 #endif // ! OPTIONS_HPP