Public Types | Public Member Functions | Private Member Functions | Private Attributes
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]

List of all members.

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

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 7126 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 2485 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 7137 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 2478 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 7130 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 2479 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 7131 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 2480 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 7132 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 2477 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 7129 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 7139 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 2487 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 [inline, virtual]

Reimplemented from testing::MatcherDescriberInterface.

Definition at line 2499 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 [inline, virtual]

Reimplemented from testing::MatcherDescriberInterface.

Definition at line 7151 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 [inline, virtual]

Implements testing::MatcherDescriberInterface.

Definition at line 2492 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 [inline, virtual]

Implements testing::MatcherDescriberInterface.

Definition at line 7144 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 [inline, virtual]

Implements testing::MatcherInterface< LhsContainer >.

Definition at line 2508 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 [inline, virtual]

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 7196 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 7197 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 Sat Jun 8 2019 18:25:01