Monero
Loading...
Searching...
No Matches
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher > Class Template Reference

#include <gmock-matchers.h>

Classes

class  Impl

Public Member Functions

 WhenSortedByMatcher (const Comparator &comparator, const ContainerMatcher &matcher)
template<typename LhsContainer>
 operator Matcher< LhsContainer > () const

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (WhenSortedByMatcher)

Private Attributes

const Comparator comparator_
const ContainerMatcher matcher_

Constructor & Destructor Documentation

◆ WhenSortedByMatcher()

template<typename Comparator, typename ContainerMatcher>
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::WhenSortedByMatcher ( const Comparator & comparator,
const ContainerMatcher & matcher )
inline

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename Comparator, typename ContainerMatcher>
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::GTEST_DISALLOW_ASSIGN_ ( WhenSortedByMatcher< Comparator, ContainerMatcher > )
private

◆ operator Matcher< LhsContainer >()

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer>
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::operator Matcher< LhsContainer > ( ) const
inline

Member Data Documentation

◆ comparator_

template<typename Comparator, typename ContainerMatcher>
const Comparator testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::comparator_
private

◆ matcher_

template<typename Comparator, typename ContainerMatcher>
const ContainerMatcher testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::matcher_
private

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