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

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

Inheritance diagram for testing::internal::ElementsAreMatcherImpl< Container >:
testing::MatcherInterface< Container >

Public Types

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

Public Member Functions

template<typename InputIter >
 ElementsAreMatcherImpl (InputIter first, size_t a_count)
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer
 
virtual bool MatchAndExplain (Container container, MatchResultListener *listener) const
 
- Public Member Functions inherited from testing::MatcherInterface< Container >
virtual ~MatcherInterface ()
 

Private Member Functions

size_t count () const
 
 GTEST_DISALLOW_ASSIGN_ (ElementsAreMatcherImpl)
 

Static Private Member Functions

static Message Elements (size_t count)
 

Private Attributes

std::vector< Matcher< const Element & > > matchers_
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename Container >
template<typename InputIter >
testing::internal::ElementsAreMatcherImpl< Container >::ElementsAreMatcherImpl ( InputIter  first,
size_t  a_count 
)
inline

Member Function Documentation

template<typename Container >
size_t testing::internal::ElementsAreMatcherImpl< Container >::count ( ) const
inlineprivate
template<typename Container >
virtual void testing::internal::ElementsAreMatcherImpl< Container >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual
template<typename Container >
virtual void testing::internal::ElementsAreMatcherImpl< Container >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual
template<typename Container >
static Message testing::internal::ElementsAreMatcherImpl< Container >::Elements ( size_t  count)
inlinestaticprivate
template<typename Container >
testing::internal::ElementsAreMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ ( ElementsAreMatcherImpl< Container >  )
private
template<typename Container >
typedef testing::internal::ElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( Container  )
template<typename Container >
virtual bool testing::internal::ElementsAreMatcherImpl< Container >::MatchAndExplain ( Container  container,
MatchResultListener listener 
) const
inlinevirtual

Member Data Documentation

template<typename Container >
std::vector<Matcher<const Element&> > testing::internal::ElementsAreMatcherImpl< Container >::matchers_
private

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