#include <string_matcher.hpp>
|
| prefix (std::string str) |
|
| prefix (const char *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 starts with the stored string.
◆ prefix() [1/2]
osmium::StringMatcher::prefix::prefix |
( |
std::string |
str | ) |
|
|
inlineexplicit |
◆ prefix() [2/2]
osmium::StringMatcher::prefix::prefix |
( |
const char * |
str | ) |
|
|
inlineexplicit |
◆ match()
bool osmium::StringMatcher::prefix::match |
( |
const char * |
test_string | ) |
const |
|
inlinenoexcept |
◆ print()
template<typename TChar , typename TTraits >
void osmium::StringMatcher::prefix::print |
( |
std::basic_ostream< TChar, TTraits > & |
out | ) |
const |
|
inline |
◆ m_str
std::string osmium::StringMatcher::prefix::m_str |
|
private |
The documentation for this class was generated from the following file: