#include <logger.h>
Definition at line 229 of file logger.h.
◆ StringMatcher() [1/2]
newlang::StringMatcher::StringMatcher |
( |
| ) |
|
|
default |
◆ StringMatcher() [2/2]
newlang::StringMatcher::StringMatcher |
( |
const std::string & | filter, |
|
|
const char | separator = ':' ) |
|
inlineexplicit |
◆ MatchesName()
bool newlang::StringMatcher::MatchesName |
( |
const std::string & | name | ) |
const |
|
inline |
◆ filter_
const std::string_view newlang::StringMatcher::filter_ |
|
private |
◆ glob_patterns_
std::vector<std::string> newlang::StringMatcher::glob_patterns_ |
|
private |
◆ exact_match_patterns_
std::unordered_set<std::string> newlang::StringMatcher::exact_match_patterns_ |
|
private |
The documentation for this class was generated from the following file: