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 <gmock.h>

Inheritance diagram for testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 
 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

const Matcher< InnerMatcherArgmono_tuple_matcher_
 
const RhsStlContainer rhs_
 

Detailed Description

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
class testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >

Definition at line 7692 of file fused-src/gmock/gmock.h.

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

Definition at line 2783 of file gmock-matchers.h.

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

Definition at line 7704 of file fused-src/gmock/gmock.h.

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

Definition at line 2776 of file gmock-matchers.h.

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

Definition at line 7697 of file fused-src/gmock/gmock.h.

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

Definition at line 2777 of file gmock-matchers.h.

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

Definition at line 7698 of file fused-src/gmock/gmock.h.

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

Definition at line 2778 of file gmock-matchers.h.

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

Definition at line 7699 of file fused-src/gmock/gmock.h.

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

Definition at line 2775 of file gmock-matchers.h.

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

Definition at line 7696 of file fused-src/gmock/gmock.h.

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

Definition at line 7706 of file fused-src/gmock/gmock.h.

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

Definition at line 2785 of file gmock-matchers.h.

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

Reimplemented from testing::MatcherDescriberInterface.

Definition at line 2798 of file gmock-matchers.h.

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

Reimplemented from testing::MatcherDescriberInterface.

Definition at line 7719 of file fused-src/gmock/gmock.h.

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

Implements testing::MatcherDescriberInterface.

Definition at line 2790 of file gmock-matchers.h.

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

Implements testing::MatcherDescriberInterface.

Definition at line 7711 of file fused-src/gmock/gmock.h.

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 >
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

Implements testing::MatcherInterface< LhsContainer >.

Definition at line 2808 of file gmock-matchers.h.

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

Definition at line 7776 of file fused-src/gmock/gmock.h.

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

Definition at line 7777 of file fused-src/gmock/gmock.h.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:11