Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::MatchesRegexMatcher Class Reference

#include <gmock.h>

Public Member Functions

void DescribeNegationTo (::std::ostream *os) const
 
void DescribeTo (::std::ostream *os) const
 
template<typename CharType >
bool MatchAndExplain (CharType *s, MatchResultListener *listener) const
 
template<class MatcheeStringType >
bool MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const
 
 MatchesRegexMatcher (const RE *regex, bool full_match)
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (MatchesRegexMatcher)
 

Private Attributes

const bool full_match_
 
const internal::linked_ptr< const REregex_
 

Detailed Description

Definition at line 6145 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Constructor & Destructor Documentation

◆ MatchesRegexMatcher()

testing::internal::MatchesRegexMatcher::MatchesRegexMatcher ( const RE regex,
bool  full_match 
)
inline

Definition at line 6147 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Member Function Documentation

◆ DescribeNegationTo()

void testing::internal::MatchesRegexMatcher::DescribeNegationTo ( ::std::ostream *  os) const
inline

Definition at line 6178 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ DescribeTo()

void testing::internal::MatchesRegexMatcher::DescribeTo ( ::std::ostream *  os) const
inline

Definition at line 6172 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ GTEST_DISALLOW_ASSIGN_()

testing::internal::MatchesRegexMatcher::GTEST_DISALLOW_ASSIGN_ ( MatchesRegexMatcher  )
private

◆ MatchAndExplain() [1/2]

template<typename CharType >
bool testing::internal::MatchesRegexMatcher::MatchAndExplain ( CharType *  s,
MatchResultListener listener 
) const
inline

Definition at line 6156 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ MatchAndExplain() [2/2]

template<class MatcheeStringType >
bool testing::internal::MatchesRegexMatcher::MatchAndExplain ( const MatcheeStringType &  s,
MatchResultListener  
) const
inline

Definition at line 6165 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Member Data Documentation

◆ full_match_

const bool testing::internal::MatchesRegexMatcher::full_match_
private

Definition at line 6186 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ regex_

const internal::linked_ptr<const RE> testing::internal::MatchesRegexMatcher::regex_
private

Definition at line 6185 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:50