All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
testing::internal::MatcherBase< T > Class Template Reference
Inheritance diagram for testing::internal::MatcherBase< T >:
testing::Matcher< const ::std::vector< LhsValue > & > testing::Matcher< const ArgTuple & > testing::Matcher< const ArgumentTuple & > testing::Matcher< const Element & > testing::Matcher< const FieldType & > testing::Matcher< const FirstType & > testing::Matcher< const KeyType & > testing::Matcher< const Pointee & > testing::Matcher< const SecondType & > testing::Matcher< DistanceType > testing::Matcher< InnerMatcherArg > testing::Matcher< RefToConstProperty > testing::Matcher< ResultType > testing::Matcher< SizeType > testing::Matcher< To & > testing::Matcher< To > testing::Matcher< U > testing::Matcher< T >

Public Member Functions

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
 

Protected Member Functions

 MatcherBase (const MatcherInterface< T > *impl)