#include <string_matcher.hpp>
|
| list ()=default |
|
| list (std::vector< std::string > strings) |
|
list & | add_string (const char *str) |
|
list & | add_string (const std::string &str) |
|
bool | match (const char *test_string) const noexcept |
|
template<typename TChar , typename TTraits > |
void | print (std::basic_ostream< TChar, TTraits > &out) const |
|
Matches if the test string is equal to any of the stored strings.
◆ list() [1/2]
osmium::StringMatcher::list::list |
( |
| ) |
|
|
explicitdefault |
◆ list() [2/2]
osmium::StringMatcher::list::list |
( |
std::vector< std::string > |
strings | ) |
|
|
inlineexplicit |
◆ add_string() [1/2]
list & osmium::StringMatcher::list::add_string |
( |
const char * |
str | ) |
|
|
inline |
◆ add_string() [2/2]
list & osmium::StringMatcher::list::add_string |
( |
const std::string & |
str | ) |
|
|
inline |
◆ match()
bool osmium::StringMatcher::list::match |
( |
const char * |
test_string | ) |
const |
|
inlinenoexcept |
◆ print()
template<typename TChar , typename TTraits >
void osmium::StringMatcher::list::print |
( |
std::basic_ostream< TChar, TTraits > & |
out | ) |
const |
|
inline |
◆ m_strings
std::vector<std::string> osmium::StringMatcher::list::m_strings |
|
private |
The documentation for this class was generated from the following file: