GNU Radio's DSD Package
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
typedef internal::StlContainerView< Container > View
typedef View::type StlContainer
typedef View::const_reference StlContainerReference

Public Member Functions

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

Member Typedef Documentation

◆ StlContainer [1/2]

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

◆ StlContainer [2/2]

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

◆ StlContainerReference [1/2]

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

◆ StlContainerReference [2/2]

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

◆ View [1/2]

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

◆ View [2/2]

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

Constructor & Destructor Documentation

◆ ContainerEqMatcher() [1/2]

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

◆ ContainerEqMatcher() [2/2]

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

Member Function Documentation

◆ DescribeNegationTo() [1/2]

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

◆ DescribeNegationTo() [2/2]

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

◆ DescribeTo() [1/2]

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

◆ DescribeTo() [2/2]

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

◆ MatchAndExplain() [1/2]

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

◆ MatchAndExplain() [2/2]

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

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