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

#include <gmock-matchers.h>

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

Public Member Functions

 Matcher ()
 
 Matcher (const MatcherInterface< internal::string > *impl)
 
 Matcher (const internal::string &s)
 
 Matcher (const char *s)
 
 Matcher ()
 
 Matcher (const MatcherInterface< internal::string > *impl)
 
 Matcher (const internal::string &s)
 
 Matcher (const char *s)
 
 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::stringx, MatchResultListener *listener) const
 
bool MatchAndExplain (internal::stringx, MatchResultListener *listener) const
 
bool MatchAndExplain (internal::stringx, MatchResultListener *listener) const
 
bool Matches (internal::stringx) const
 
bool Matches (internal::stringx) const
 
bool Matches (internal::stringx) const
 
void DescribeTo (::std::ostream *os) const
 
void DescribeTo (::std::ostream *os) const
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 
void ExplainMatchResultTo (internal::stringx,::std::ostream *os) const
 
void ExplainMatchResultTo (internal::stringx,::std::ostream *os) const
 
void ExplainMatchResultTo (internal::stringx,::std::ostream *os) const
 
const MatcherDescriberInterfaceGetDescriber () const
 
const MatcherDescriberInterfaceGetDescriber () const
 
const MatcherDescriberInterfaceGetDescriber () const
 

Additional Inherited Members

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

Detailed Description

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

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

Constructor & Destructor Documentation

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

359 {}

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

References GTEST_API_, and s.

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

Definition at line 59 of file gmock-matchers.cc.

References testing::Eq().

59 { *this = Eq(s); }
internal::EqMatcher< T > Eq(T x)
static set< string > s
testing::Matcher< internal::string >::Matcher ( const char *  s)

Definition at line 62 of file gmock-matchers.cc.

References testing::Eq(), testing::Matcher< T >::Matcher(), and s.

62  {
63  *this = Eq(internal::string(s));
64 }
internal::EqMatcher< T > Eq(T x)
::std::string string
Definition: gtest-port.h:1097
static set< string > s

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

359 {}

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

References GTEST_API_, and s.

362  : internal::MatcherBase<internal::string>(impl) {}
testing::Matcher< internal::string >::Matcher ( const char *  s)

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

359 {}

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

References GTEST_API_, and s.

362  : internal::MatcherBase<internal::string>(impl) {}
testing::Matcher< internal::string >::Matcher ( const char *  s)

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