apt @VERSION@
|
match a string against a configurable list of patterns More...
#include <configuration.h>
Public Member Functions | |
MatchAgainstConfig (char const *Config) | |
bool | Match (char const *str) const |
Returns true for a string matching one of the patterns. | |
bool | Match (std::string const &str) const |
bool | wasConstructedSuccessfully () const |
returns if the matcher setup was successful |
match a string against a configurable list of patterns