Monero
Loading...
Searching...
No Matches
testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >:
Collaboration diagram for testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >:

Public Types

typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(Container)> ContainerView
typedef ContainerView::type::size_type SizeType

Public Member Functions

 Impl (const SizeMatcher &size_matcher)
virtual void DescribeTo (::std::ostream *os) const
virtual void DescribeNegationTo (::std::ostream *os) const
virtual bool MatchAndExplain (Container container, MatchResultListener *listener) const
Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)

Private Attributes

const Matcher< SizeTypesize_matcher_

Member Typedef Documentation

◆ ContainerView

template<typename SizeMatcher>
template<typename Container>
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(Container)> testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::ContainerView

◆ SizeType

template<typename SizeMatcher>
template<typename Container>
typedef ContainerView::type::size_type testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::SizeType

Constructor & Destructor Documentation

◆ Impl()

template<typename SizeMatcher>
template<typename Container>
testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::Impl ( const SizeMatcher & size_matcher)
inlineexplicit

Member Function Documentation

◆ DescribeNegationTo()

template<typename SizeMatcher>
template<typename Container>
virtual void testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::DescribeNegationTo ( ::std::ostream * os) const
inlinevirtual

◆ DescribeTo()

template<typename SizeMatcher>
template<typename Container>
virtual void testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::DescribeTo ( ::std::ostream * os) const
inlinevirtual

◆ GTEST_DISALLOW_ASSIGN_()

template<typename SizeMatcher>
template<typename Container>
testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::GTEST_DISALLOW_ASSIGN_ ( Impl< Container > )
private

◆ MatchAndExplain()

template<typename SizeMatcher>
template<typename Container>
virtual bool testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::MatchAndExplain ( Container container,
MatchResultListener * listener ) const
inlinevirtual

Member Data Documentation

◆ size_matcher_

template<typename SizeMatcher>
template<typename Container>
const Matcher<SizeType> testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::size_matcher_
private

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