Orxonox  0.0.5 Codename: Arcturus
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer > Class Template Reference

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

Inheritance diagram for testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >:
testing::MatcherInterface< LhsContainer >

Public Types

typedef std::tr1::tuple< const LhsValue &, const RhsValue & > InnerMatcherArg
 
typedef LhsView::type LhsStlContainer
 
typedef LhsView::const_reference LhsStlContainerReference
 
typedef LhsStlContainer::value_type LhsValue
 
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> LhsView
 

Public Member Functions

 Impl (const TupleMatcher &tuple_matcher, const RhsStlContainer &rhs)
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (LhsContainer lhs, MatchResultListener *listener) const
 
- Public Member Functions inherited from testing::MatcherInterface< LhsContainer >
virtual ~MatcherInterface ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

const Matcher< InnerMatcherArgmono_tuple_matcher_
 
const RhsStlContainer rhs_
 

Member Typedef Documentation

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer >
typedef std::tr1::tuple<const LhsValue&, const RhsValue&> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::InnerMatcherArg
template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer >
typedef LhsView::type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainer
template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer >
typedef LhsView::const_reference testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainerReference
template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer >
typedef LhsStlContainer::value_type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsValue
template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer >
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsView

Constructor & Destructor Documentation

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer >
testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::Impl ( const TupleMatcher &  tuple_matcher,
const RhsStlContainer rhs 
)
inline

Member Function Documentation

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer >
virtual void testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual
template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer >
virtual void testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual
template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer >
testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::GTEST_DISALLOW_ASSIGN_ ( Impl< LhsContainer >  )
private
template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer >
virtual bool testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::MatchAndExplain ( LhsContainer  lhs,
MatchResultListener listener 
) const
inlinevirtual

Member Data Documentation

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer >
const Matcher<InnerMatcherArg> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::mono_tuple_matcher_
private
template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer >
const RhsStlContainer testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::rhs_
private

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