Monero
Loading...
Searching...
No Matches
testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer > Class Template Reference

#include <gmock-matchers.h>

Classes

class  Impl

Public Types

typedef internal::StlContainerView< RhsContainer > RhsView
typedef RhsView::type RhsStlContainer
typedef RhsStlContainer::value_type RhsValue

Public Member Functions

 PointwiseMatcher (const TupleMatcher &tuple_matcher, const RhsContainer &rhs)
template<typename LhsContainer>
 operator Matcher< LhsContainer > () const

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (PointwiseMatcher)

Private Attributes

const TupleMatcher tuple_matcher_
const RhsStlContainer rhs_

Member Typedef Documentation

◆ RhsStlContainer

template<typename TupleMatcher, typename RhsContainer>
typedef RhsView::type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::RhsStlContainer

◆ RhsValue

template<typename TupleMatcher, typename RhsContainer>
typedef RhsStlContainer::value_type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::RhsValue

◆ RhsView

template<typename TupleMatcher, typename RhsContainer>
typedef internal::StlContainerView<RhsContainer> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::RhsView

Constructor & Destructor Documentation

◆ PointwiseMatcher()

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

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename TupleMatcher, typename RhsContainer>
testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::GTEST_DISALLOW_ASSIGN_ ( PointwiseMatcher< TupleMatcher, RhsContainer > )
private

◆ operator Matcher< LhsContainer >()

template<typename TupleMatcher, typename RhsContainer>
template<typename LhsContainer>
testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::operator Matcher< LhsContainer > ( ) const
inline

Member Data Documentation

◆ rhs_

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

◆ tuple_matcher_

template<typename TupleMatcher, typename RhsContainer>
const TupleMatcher testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::tuple_matcher_
private

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