GNU Radio's DSD Package
testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container > Class Template Reference

#include <gmock-matchers.h>

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

Public Types

typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(Container)> ContainerView
typedef ContainerView::type::size_type SizeType
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
 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 ()
virtual ~MatcherDescriberInterface ()

Member Typedef Documentation

◆ ContainerView [1/2]

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

◆ ContainerView [2/2]

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

◆ SizeType [1/2]

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

◆ SizeType [2/2]

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

Constructor & Destructor Documentation

◆ Impl() [1/2]

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

◆ Impl() [2/2]

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

Member Function Documentation

◆ DescribeNegationTo() [1/2]

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

◆ DescribeNegationTo() [2/2]

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

◆ DescribeTo() [1/2]

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

◆ DescribeTo() [2/2]

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

◆ MatchAndExplain() [1/2]

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

◆ MatchAndExplain() [2/2]

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

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