GNU Radio's DSD Package
testing::internal::ElementsAreMatcherImpl< Container > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::ElementsAreMatcherImpl< Container >:
testing::MatcherInterface< Container > testing::MatcherInterface< Container > testing::MatcherDescriberInterface testing::MatcherDescriberInterface testing::MatcherDescriberInterface testing::MatcherDescriberInterface

Public Types

typedef internal::StlContainerView< RawContainer > View
 
typedef View::type StlContainer
 
typedef View::const_reference StlContainerReference
 
typedef StlContainer::value_type Element
 
typedef internal::StlContainerView< RawContainer > View
 
typedef View::type StlContainer
 
typedef View::const_reference StlContainerReference
 
typedef StlContainer::value_type Element
 

Public Member Functions

typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer
 
template<typename InputIter >
 ElementsAreMatcherImpl (InputIter first, InputIter last)
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (Container container, MatchResultListener *listener) const
 
typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer
 
template<typename InputIter >
 ElementsAreMatcherImpl (InputIter first, InputIter last)
 
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

◆ Element [1/2]

template<typename Container >
typedef StlContainer::value_type testing::internal::ElementsAreMatcherImpl< Container >::Element

◆ Element [2/2]

template<typename Container >
typedef StlContainer::value_type testing::internal::ElementsAreMatcherImpl< Container >::Element

◆ StlContainer [1/2]

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

◆ StlContainer [2/2]

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

◆ StlContainerReference [1/2]

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

◆ StlContainerReference [2/2]

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

◆ View [1/2]

template<typename Container >
typedef internal::StlContainerView<RawContainer> testing::internal::ElementsAreMatcherImpl< Container >::View

◆ View [2/2]

template<typename Container >
typedef internal::StlContainerView<RawContainer> testing::internal::ElementsAreMatcherImpl< Container >::View

Constructor & Destructor Documentation

◆ ElementsAreMatcherImpl() [1/2]

template<typename Container >
template<typename InputIter >
testing::internal::ElementsAreMatcherImpl< Container >::ElementsAreMatcherImpl ( InputIter  first,
InputIter  last 
)
inline

◆ ElementsAreMatcherImpl() [2/2]

template<typename Container >
template<typename InputIter >
testing::internal::ElementsAreMatcherImpl< Container >::ElementsAreMatcherImpl ( InputIter  first,
InputIter  last 
)
inline

Member Function Documentation

◆ DescribeNegationTo() [1/2]

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

◆ DescribeNegationTo() [2/2]

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

◆ DescribeTo() [1/2]

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

◆ DescribeTo() [2/2]

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

◆ GTEST_REMOVE_REFERENCE_AND_CONST_() [1/2]

template<typename Container >
typedef testing::internal::ElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( Container  )

◆ GTEST_REMOVE_REFERENCE_AND_CONST_() [2/2]

template<typename Container >
typedef testing::internal::ElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( Container  )

◆ MatchAndExplain() [1/2]

template<typename Container >
virtual bool testing::internal::ElementsAreMatcherImpl< Container >::MatchAndExplain ( Container  container,
MatchResultListener listener 
) const
inlinevirtual

◆ MatchAndExplain() [2/2]


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