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

Public Types

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

Public Member Functions

virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
template<typename InputIter >
 ElementsAreMatcherImpl (InputIter first, InputIter last)
 
typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer
 
virtual bool MatchAndExplain (Container container, MatchResultListener *listener) const