All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
testing::internal::QuantifierMatcherImpl< Container > Class Template Reference
Inheritance diagram for testing::internal::QuantifierMatcherImpl< Container >:
testing::MatcherInterface< Container > testing::MatcherDescriberInterface testing::internal::ContainsMatcherImpl< Container > testing::internal::EachMatcherImpl< Container >

Public Types

typedef StlContainer::value_type Element
 
typedef View::type StlContainer
 
typedef View::const_reference StlContainerReference
 
typedef StlContainerView
< RawContainer > 
View
 

Public Member Functions

typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer
 
bool MatchAndExplainImpl (bool all_elements_should_match, Container container, MatchResultListener *listener) const
 
template<typename InnerMatcher >
 QuantifierMatcherImpl (InnerMatcher inner_matcher)
 
- Public Member Functions inherited from testing::MatcherInterface< Container >
virtual bool MatchAndExplain (Containerx, MatchResultListener *listener) const =0
 
- Public Member Functions inherited from testing::MatcherDescriberInterface
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const =0
 

Protected Member Functions

 GTEST_DISALLOW_ASSIGN_ (QuantifierMatcherImpl)
 

Protected Attributes

const Matcher< const Element & > inner_matcher_