GNU Radio's DSD Package
testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer > Class Template Reference

#include <gmock-matchers.h>

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

Public Types

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

Public Member Functions

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

Member Typedef Documentation

◆ InnerMatcherArg [1/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
typedef ::std::tr1::tuple<const LhsValue&, const RhsValue&> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::InnerMatcherArg

◆ InnerMatcherArg [2/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
typedef ::std::tr1::tuple<const LhsValue&, const RhsValue&> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::InnerMatcherArg

◆ LhsStlContainer [1/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
typedef LhsView::type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainer

◆ LhsStlContainer [2/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
typedef LhsView::type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainer

◆ LhsStlContainerReference [1/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
typedef LhsView::const_reference testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainerReference

◆ LhsStlContainerReference [2/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
typedef LhsView::const_reference testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsStlContainerReference

◆ LhsValue [1/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
typedef LhsStlContainer::value_type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsValue

◆ LhsValue [2/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
typedef LhsStlContainer::value_type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::LhsValue

◆ LhsView [1/2]

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

◆ LhsView [2/2]

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

◆ Impl() [1/2]

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

◆ Impl() [2/2]

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

◆ DescribeNegationTo() [1/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
virtual void testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::DescribeNegationTo ( ::std::ostream * os) const
inlinevirtual

◆ DescribeNegationTo() [2/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
virtual void testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::DescribeNegationTo ( ::std::ostream * os) const
inlinevirtual

◆ DescribeTo() [1/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
virtual void testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::DescribeTo ( ::std::ostream * os) const
inlinevirtual

◆ DescribeTo() [2/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
virtual void testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::DescribeTo ( ::std::ostream * os) const
inlinevirtual

◆ MatchAndExplain() [1/2]

◆ MatchAndExplain() [2/2]

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
virtual bool testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::MatchAndExplain ( LhsContainer lhs,
MatchResultListener * listener ) const
inlinevirtual

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