MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
icu::RegexMatcher::Impl Class Reference

Public Member Functions

 Impl (const std::string &pattern)
 
bool matches (const icu::UnicodeString &input) const
 

Public Attributes

UErrorCode status_
 
std::string pattern_
 
std::unique_ptr< icu::RegexPattern > regex_pattern_
 

Constructor & Destructor Documentation

◆ Impl()

icu::RegexMatcher::Impl::Impl ( const std::string &  pattern)
inline

Member Function Documentation

◆ matches()

bool icu::RegexMatcher::Impl::matches ( const icu::UnicodeString &  input) const
inline

Member Data Documentation

◆ pattern_

std::string icu::RegexMatcher::Impl::pattern_

◆ regex_pattern_

std::unique_ptr<icu::RegexPattern> icu::RegexMatcher::Impl::regex_pattern_

◆ status_

UErrorCode icu::RegexMatcher::Impl::status_

The documentation for this class was generated from the following file: