Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Member Functions | List of all members
testing::internal::ContainsMatcherImpl< Container > Class Template Reference

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

Inheritance diagram for testing::internal::ContainsMatcherImpl< Container >:
testing::internal::QuantifierMatcherImpl< Container > testing::MatcherInterface< Container >

Public Member Functions

template<typename InnerMatcher >
 ContainsMatcherImpl (InnerMatcher inner_matcher)
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (Container container, MatchResultListener *listener) const
 
- Public Member Functions inherited from testing::internal::QuantifierMatcherImpl< Container >
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 ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ContainsMatcherImpl)
 

Additional Inherited Members

- Public Types inherited from testing::internal::QuantifierMatcherImpl< Container >
typedef StlContainer::value_type Element
 
typedef View::type StlContainer
 
typedef View::const_reference StlContainerReference
 
typedef StlContainerView< RawContainer > View
 
- Protected Member Functions inherited from testing::internal::QuantifierMatcherImpl< Container >
 GTEST_DISALLOW_ASSIGN_ (QuantifierMatcherImpl)
 
- Protected Attributes inherited from testing::internal::QuantifierMatcherImpl< Container >
const Matcher< const Element & > inner_matcher_
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename Container >
virtual void testing::internal::ContainsMatcherImpl< Container >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual
template<typename Container >
virtual void testing::internal::ContainsMatcherImpl< Container >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual
template<typename Container >
testing::internal::ContainsMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ ( ContainsMatcherImpl< Container >  )
private
template<typename Container >
virtual bool testing::internal::ContainsMatcherImpl< Container >::MatchAndExplain ( Container  container,
MatchResultListener listener 
) const
inlinevirtual

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