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

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::UnorderedElementsAreMatcherImpl< Container >:
testing::MatcherInterface< Container > testing::internal::UnorderedElementsAreMatcherImplBase testing::MatcherInterface< Container > testing::internal::UnorderedElementsAreMatcherImplBase 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::const_iterator StlContainerConstIterator
 
typedef StlContainer::value_type Element
 
typedef internal::StlContainerView< RawContainer > View
 
typedef View::type StlContainer
 
typedef View::const_reference StlContainerReference
 
typedef StlContainer::const_iterator StlContainerConstIterator
 
typedef StlContainer::value_type Element
 

Public Member Functions

typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer
 
template<typename InputIter >
 UnorderedElementsAreMatcherImpl (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 >
 UnorderedElementsAreMatcherImpl (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 ()
 

Additional Inherited Members

- Protected Types inherited from testing::internal::UnorderedElementsAreMatcherImplBase
typedef ::std::vector< const MatcherDescriberInterface * > MatcherDescriberVec
 
typedef ::std::vector< const MatcherDescriberInterface * > MatcherDescriberVec
 
- Protected Member Functions inherited from testing::internal::UnorderedElementsAreMatcherImplBase
void DescribeToImpl (::std::ostream *os) const
 
void DescribeNegationToImpl (::std::ostream *os) const
 
bool VerifyAllElementsAndMatchersAreMatched (const ::std::vector< string > &element_printouts, const MatchMatrix &matrix, MatchResultListener *listener) const
 
MatcherDescriberVecmatcher_describers ()
 
void DescribeToImpl (::std::ostream *os) const
 
void DescribeNegationToImpl (::std::ostream *os) const
 
bool VerifyAllElementsAndMatchersAreMatched (const ::std::vector< string > &element_printouts, const MatchMatrix &matrix, MatchResultListener *listener) const
 
MatcherDescriberVecmatcher_describers ()
 
- Static Protected Member Functions inherited from testing::internal::UnorderedElementsAreMatcherImplBase
static Message Elements (size_t n)
 
static Message Elements (size_t n)
 

Member Typedef Documentation

◆ Element [1/2]

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

◆ Element [2/2]

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

◆ StlContainer [1/2]

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

◆ StlContainer [2/2]

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

◆ StlContainerConstIterator [1/2]

template<typename Container >
typedef StlContainer::const_iterator testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainerConstIterator

◆ StlContainerConstIterator [2/2]

template<typename Container >
typedef StlContainer::const_iterator testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainerConstIterator

◆ StlContainerReference [1/2]

◆ StlContainerReference [2/2]

◆ View [1/2]

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

◆ View [2/2]

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

Constructor & Destructor Documentation

◆ UnorderedElementsAreMatcherImpl() [1/2]

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

◆ UnorderedElementsAreMatcherImpl() [2/2]

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

Member Function Documentation

◆ DescribeNegationTo() [1/2]

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

◆ DescribeNegationTo() [2/2]

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

◆ DescribeTo() [1/2]

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

◆ DescribeTo() [2/2]

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

◆ GTEST_REMOVE_REFERENCE_AND_CONST_() [1/2]

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

◆ GTEST_REMOVE_REFERENCE_AND_CONST_() [2/2]

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

◆ MatchAndExplain() [1/2]

◆ MatchAndExplain() [2/2]


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