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

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

Classes

class  Impl
 

Public Types

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

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 RhsStlContainer rhs_
 
const TupleMatcher tuple_matcher_
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<typename TupleMatcher, typename RhsContainer>
const RhsStlContainer testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::rhs_
private
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: