proxygen
testing::Matcher< T > Class Template Reference

#include <gmock-matchers.h>

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

template<typename T>
class testing::Matcher< T >

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

Constructor & Destructor Documentation

template<typename T>
testing::Matcher< T >::Matcher ( const MatcherInterface< T > *  impl)
inlineexplicit

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

328  : internal::MatcherBase<T>(impl) {}
template<typename T>
testing::Matcher< T >::Matcher ( T  value)

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

References testing::Eq().

3747 { *this = Eq(value); }
internal::EqMatcher< T > Eq(T x)
static const char *const value
Definition: Conv.cpp:50
template<typename T>
testing::Matcher< T >::Matcher ( )
inlineexplicit

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

324 {} // NOLINT
template<typename T>
testing::Matcher< T >::Matcher ( const MatcherInterface< T > *  impl)
inlineexplicit

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

328  : internal::MatcherBase<T>(impl) {}
template<typename T>
testing::Matcher< T >::Matcher ( T  value)
template<typename T>
testing::Matcher< T >::Matcher ( )
inlineexplicit

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

324 {} // NOLINT
template<typename T>
testing::Matcher< T >::Matcher ( const MatcherInterface< T > *  impl)
inlineexplicit

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

328  : internal::MatcherBase<T>(impl) {}
template<typename T>
testing::Matcher< T >::Matcher ( T  value)

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