12 #ifndef CPROVER_UTIL_PREFIX_FILTER_H
13 #define CPROVER_UTIL_PREFIX_FILTER_H
30 bool operator()(
const std::string &value)
const;
Provides filtering of strings vai inclusion/exclusion lists of prefixes.
std::vector< std::string > included_prefixes
prefix_filtert(std::vector< std::string > included_prefixes, std::vector< std::string > excluded_prefixes)
bool operator()(const std::string &value) const
Return true iff value matches a prefix in included_prefixes, but doesn't match a prefix in excluded_p...
std::vector< std::string > excluded_prefixes