#include <MatcherUtils.h>
Public Member Functions | |
bool | empty () const |
Data Fields | |
const char * | match_host |
const char * | match_domain |
const char * | match_ip |
const char * | match_regex |
const char * | match_url |
const char * | match_host_regex |
bool | dest_error_msg |
Definition at line 91 of file MatcherUtils.h.
bool matcher_tags::empty | ( | ) | const [inline] |
Definition at line 101 of file MatcherUtils.h.
References match_domain, match_host, match_host_regex, match_ip, match_regex, and match_url.
Referenced by parseConfigLine().
Definition at line 99 of file MatcherUtils.h.
Referenced by parseConfigLine().
const char* matcher_tags::match_domain |
Definition at line 94 of file MatcherUtils.h.
Referenced by empty(), and parseConfigLine().
const char* matcher_tags::match_host |
Definition at line 93 of file MatcherUtils.h.
Referenced by empty(), and parseConfigLine().
const char* matcher_tags::match_host_regex |
Definition at line 98 of file MatcherUtils.h.
Referenced by empty(), and parseConfigLine().
const char* matcher_tags::match_ip |
Definition at line 95 of file MatcherUtils.h.
Referenced by empty(), and parseConfigLine().
const char* matcher_tags::match_regex |
Definition at line 96 of file MatcherUtils.h.
Referenced by empty(), and parseConfigLine().
const char* matcher_tags::match_url |
Definition at line 97 of file MatcherUtils.h.
Referenced by empty(), and parseConfigLine().