| 296 | } |
| 297 | |
| 298 | void CommandLineArguments::addNameFilter(int ac, const char *const *av, int& i) |
| 299 | { |
| 300 | TestFilter* nameFilter = new TestFilter(getParameterField(ac, av, i, "-n")); |
| 301 | nameFilters_ = nameFilter->add(nameFilters_); |
| 302 | } |
| 303 | |
| 304 | void CommandLineArguments::addStrictNameFilter(int ac, const char *const *av, int& index) |
| 305 | { |