All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
testing::Matcher< T > Class Template Reference
Inheritance diagram for testing::Matcher< T >:
testing::internal::MatcherBase< T >

Public Member Functions

 Matcher (const MatcherInterface< T > *impl)
 
 Matcher (T value)
 
- Public Member Functions inherited from testing::internal::MatcherBase< T >
void DescribeNegationTo (::std::ostream *os) const
 
void DescribeTo (::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
 

Additional Inherited Members

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