Electroneum
testing::Matcher< internal::string > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::Matcher< internal::string >:
Collaboration diagram for testing::Matcher< internal::string >:

Public Member Functions

 Matcher ()
 
 Matcher (const MatcherInterface< internal::string > *impl)
 
 Matcher (const internal::string &s)
 
 Matcher (const char *s)
 
- Public Member Functions inherited from testing::internal::MatcherBase< internal::string >
bool MatchAndExplain (internal::string x, MatchResultListener *listener) const
 
bool Matches (internal::string x) const
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 
void ExplainMatchResultTo (internal::string x, ::std::ostream *os) const
 
const MatcherDescriberInterfaceGetDescriber () const
 

Additional Inherited Members

- Protected Member Functions inherited from testing::internal::MatcherBase< internal::string >
 MatcherBase ()
 
 MatcherBase (const MatcherInterface< internal::string > *impl)
 
virtual ~MatcherBase ()
 

Detailed Description

template<>
class testing::Matcher< internal::string >

Definition at line 356 of file gmock-matchers.h.

Constructor & Destructor Documentation

◆ Matcher() [1/4]

Definition at line 359 of file gmock-matchers.h.

359 {}

◆ Matcher() [2/4]

Definition at line 361 of file gmock-matchers.h.

362  : internal::MatcherBase<internal::string>(impl) {}

◆ Matcher() [3/4]

◆ Matcher() [4/4]

testing::Matcher< internal::string >::Matcher ( const char *  s)

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