#include <matchers.h>
◆ Type
Enumerator |
---|
kExact | |
kPrefix | |
kSuffix | |
kSafeRegex | |
kContains | |
◆ StringMatcher() [1/3]
grpc_core::StringMatcher::StringMatcher |
( |
| ) |
|
|
default |
◆ StringMatcher() [2/3]
grpc_core::StringMatcher::StringMatcher |
( |
const StringMatcher & |
other | ) |
|
◆ StringMatcher() [3/3]
grpc_core::StringMatcher::StringMatcher |
( |
StringMatcher && |
other | ) |
|
|
noexcept |
◆ case_sensitive()
bool grpc_core::StringMatcher::case_sensitive |
( |
| ) |
const |
|
inline |
◆ Create()
absl::StatusOr< StringMatcher > grpc_core::StringMatcher::Create |
( |
Type |
type, |
|
|
absl::string_view |
matcher, |
|
|
bool |
case_sensitive = true |
|
) |
| |
|
static |
◆ Match()
bool grpc_core::StringMatcher::Match |
( |
absl::string_view |
value | ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool grpc_core::StringMatcher::operator== |
( |
const StringMatcher & |
other | ) |
const |
◆ regex_matcher()
RE2* grpc_core::StringMatcher::regex_matcher |
( |
| ) |
const |
|
inline |
◆ string_matcher()
const std::string& grpc_core::StringMatcher::string_matcher |
( |
| ) |
const |
|
inline |
◆ ToString()
std::string grpc_core::StringMatcher::ToString |
( |
| ) |
const |
◆ type()
Type grpc_core::StringMatcher::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: