Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
testing::internal::UnorderedElementsAreMatcherImpl< Container > Class Template Reference

#include <gmock.h>

Inheritance diagram for testing::internal::UnorderedElementsAreMatcherImpl< Container >:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer
 
typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer
 
virtual bool MatchAndExplain (Container container, MatchResultListener *listener) const
 
virtual bool MatchAndExplain (Container container, MatchResultListener *listener) const
 
template<typename InputIter >
 UnorderedElementsAreMatcherImpl (InputIter first, InputIter last)
 
template<typename InputIter >
 UnorderedElementsAreMatcherImpl (InputIter first, InputIter last)
 
- Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()
 
virtual ~MatcherDescriberInterface ()
 

Private Types

typedef ::std::vector< Matcher< const Element & > > MatcherVec
 
typedef ::std::vector< Matcher< const Element & > > MatcherVec
 

Private Member Functions

template<typename ElementIter >
MatchMatrix AnalyzeElements (ElementIter elem_first, ElementIter elem_last,::std::vector< string > *element_printouts, MatchResultListener *listener) const
 
template<typename ElementIter >
MatchMatrix AnalyzeElements (ElementIter elem_first, ElementIter elem_last,::std::vector< string > *element_printouts, MatchResultListener *listener) const
 
 GTEST_DISALLOW_ASSIGN_ (UnorderedElementsAreMatcherImpl)
 
 GTEST_DISALLOW_ASSIGN_ (UnorderedElementsAreMatcherImpl)
 

Private Attributes

MatcherVec matchers_
 

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

Detailed Description

template<typename Container>
class testing::internal::UnorderedElementsAreMatcherImpl< Container >

Definition at line 8445 of file fused-src/gmock/gmock.h.

Member Typedef Documentation

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

Definition at line 3534 of file gmock-matchers.h.

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

Definition at line 8455 of file fused-src/gmock/gmock.h.

template<typename Container >
typedef ::std::vector<Matcher<const Element &> > testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatcherVec
private

Definition at line 3597 of file gmock-matchers.h.

template<typename Container >
typedef ::std::vector<Matcher<const Element &> > testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatcherVec
private

Definition at line 8518 of file fused-src/gmock/gmock.h.

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

Definition at line 3531 of file gmock-matchers.h.

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

Definition at line 8452 of file fused-src/gmock/gmock.h.

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

Definition at line 3533 of file gmock-matchers.h.

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

Definition at line 8454 of file fused-src/gmock/gmock.h.

Definition at line 3532 of file gmock-matchers.h.

Definition at line 8453 of file fused-src/gmock/gmock.h.

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

Definition at line 3530 of file gmock-matchers.h.

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

Definition at line 8451 of file fused-src/gmock/gmock.h.

Constructor & Destructor Documentation

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

Definition at line 8460 of file fused-src/gmock/gmock.h.

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

Definition at line 3539 of file gmock-matchers.h.

Member Function Documentation

template<typename Container >
template<typename ElementIter >
MatchMatrix testing::internal::UnorderedElementsAreMatcherImpl< Container >::AnalyzeElements ( ElementIter  elem_first,
ElementIter  elem_last,
::std::vector< string > *  element_printouts,
MatchResultListener listener 
) const
inlineprivate

Definition at line 3600 of file gmock-matchers.h.

template<typename Container >
template<typename ElementIter >
MatchMatrix testing::internal::UnorderedElementsAreMatcherImpl< Container >::AnalyzeElements ( ElementIter  elem_first,
ElementIter  elem_last,
::std::vector< string > *  element_printouts,
MatchResultListener listener 
) const
inlineprivate

Definition at line 8521 of file fused-src/gmock/gmock.h.

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

Reimplemented from testing::MatcherDescriberInterface.

Definition at line 3555 of file gmock-matchers.h.

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

Reimplemented from testing::MatcherDescriberInterface.

Definition at line 8476 of file fused-src/gmock/gmock.h.

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

Implements testing::MatcherDescriberInterface.

Definition at line 3549 of file gmock-matchers.h.

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

Implements testing::MatcherDescriberInterface.

Definition at line 8470 of file fused-src/gmock/gmock.h.

template<typename Container >
testing::internal::UnorderedElementsAreMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ ( UnorderedElementsAreMatcherImpl< Container >  )
private
template<typename Container >
testing::internal::UnorderedElementsAreMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ ( UnorderedElementsAreMatcherImpl< Container >  )
private
template<typename Container >
typedef testing::internal::UnorderedElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( Container  )
template<typename Container >
typedef testing::internal::UnorderedElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( Container  )
template<typename Container >
virtual bool testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatchAndExplain ( Container  container,
MatchResultListener listener 
) const
inlinevirtual

Implements testing::MatcherInterface< Container >.

Definition at line 3560 of file gmock-matchers.h.

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

Implements testing::MatcherInterface< Container >.

Definition at line 8481 of file fused-src/gmock/gmock.h.

Member Data Documentation

template<typename Container >
MatcherVec testing::internal::UnorderedElementsAreMatcherImpl< Container >::matchers_
private

Definition at line 8556 of file fused-src/gmock/gmock.h.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:11