Orxonox  0.0.5 Codename: Arcturus
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
testing::internal::QuantifierMatcherImpl< Container > Class Template Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-matchers.h>

Inheritance diagram for testing::internal::QuantifierMatcherImpl< Container >:
testing::MatcherInterface< Container > 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

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

Protected Member Functions

 GTEST_DISALLOW_ASSIGN_ (QuantifierMatcherImpl)
 

Protected Attributes

const Matcher< const Element & > inner_matcher_
 

Member Typedef Documentation

template<typename Container >
typedef StlContainer::value_type testing::internal::QuantifierMatcherImpl< Container >::Element
template<typename Container >
typedef View::type testing::internal::QuantifierMatcherImpl< Container >::StlContainer
template<typename Container >
typedef View::const_reference testing::internal::QuantifierMatcherImpl< Container >::StlContainerReference
template<typename Container >
typedef StlContainerView<RawContainer> testing::internal::QuantifierMatcherImpl< Container >::View

Constructor & Destructor Documentation

template<typename Container >
template<typename InnerMatcher >
testing::internal::QuantifierMatcherImpl< Container >::QuantifierMatcherImpl ( InnerMatcher  inner_matcher)
inlineexplicit

Member Function Documentation

template<typename Container >
testing::internal::QuantifierMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ ( QuantifierMatcherImpl< Container >  )
protected
template<typename Container >
typedef testing::internal::QuantifierMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( Container  )
template<typename Container >
bool testing::internal::QuantifierMatcherImpl< Container >::MatchAndExplainImpl ( bool  all_elements_should_match,
Container  container,
MatchResultListener listener 
) const
inline

Member Data Documentation

template<typename Container >
const Matcher<const Element&> testing::internal::QuantifierMatcherImpl< Container >::inner_matcher_
protected

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