Monero
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::ContainerEqMatcher< Container > Class Template Reference

#include <gmock-matchers.h>

Public Types

typedef internal::StlContainerView< Container > View
 
typedef View::type StlContainer
 
typedef View::const_reference StlContainerReference
 

Public Member Functions

 ContainerEqMatcher (const Container &expected)
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 
template<typename LhsContainer >
bool MatchAndExplain (const LhsContainer &lhs, MatchResultListener *listener) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ContainerEqMatcher)
 

Private Attributes

const StlContainer expected_
 

Member Typedef Documentation

◆ StlContainer

template<typename Container >
typedef View::type testing::internal::ContainerEqMatcher< Container >::StlContainer

◆ StlContainerReference

template<typename Container >
typedef View::const_reference testing::internal::ContainerEqMatcher< Container >::StlContainerReference

◆ View

template<typename Container >
typedef internal::StlContainerView<Container> testing::internal::ContainerEqMatcher< Container >::View

Constructor & Destructor Documentation

◆ ContainerEqMatcher()

template<typename Container >
testing::internal::ContainerEqMatcher< Container >::ContainerEqMatcher ( const Container & expected)
inlineexplicit

Member Function Documentation

◆ DescribeNegationTo()

template<typename Container >
void testing::internal::ContainerEqMatcher< Container >::DescribeNegationTo ( ::std::ostream * os) const
inline

◆ DescribeTo()

template<typename Container >
void testing::internal::ContainerEqMatcher< Container >::DescribeTo ( ::std::ostream * os) const
inline

◆ GTEST_DISALLOW_ASSIGN_()

template<typename Container >
testing::internal::ContainerEqMatcher< Container >::GTEST_DISALLOW_ASSIGN_ ( ContainerEqMatcher< Container > )
private

◆ MatchAndExplain()

template<typename Container >
template<typename LhsContainer >
bool testing::internal::ContainerEqMatcher< Container >::MatchAndExplain ( const LhsContainer & lhs,
MatchResultListener * listener ) const
inline

Member Data Documentation

◆ expected_

template<typename Container >
const StlContainer testing::internal::ContainerEqMatcher< Container >::expected_
private

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