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

#include <gmock-matchers.h>

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

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

Constructor & Destructor Documentation

testing::Matcher< const internal::string & >::Matcher ( )
inline

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

342 {}
testing::Matcher< const internal::string & >::Matcher ( const MatcherInterface< const internal::string & > *  impl)
inlineexplicit

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

References s.

345  : internal::MatcherBase<const internal::string&>(impl) {}

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

References testing::Eq().

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

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

References testing::Eq().

54  {
55  *this = Eq(internal::string(s));
56 }
internal::EqMatcher< T > Eq(T x)
::std::string string
Definition: gtest-port.h:1097
static set< string > s
testing::Matcher< const internal::string & >::Matcher ( )
inline

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

342 {}
testing::Matcher< const internal::string & >::Matcher ( const MatcherInterface< const internal::string & > *  impl)
inlineexplicit

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

References GTEST_API_, s, and string.

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

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

342 {}
testing::Matcher< const internal::string & >::Matcher ( const MatcherInterface< const internal::string & > *  impl)
inlineexplicit

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

References GTEST_API_, s, and string.

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

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