#include <gmock.h>
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) | |
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_ |
Definition at line 7756 of file fused-src/gmock/gmock.h.
typedef StlContainer::value_type testing::internal::UnorderedElementsAreMatcherImpl< Container >::Element |
Definition at line 3113 of file gmock-matchers.h.
typedef StlContainer::value_type testing::internal::UnorderedElementsAreMatcherImpl< Container >::Element |
Definition at line 7765 of file fused-src/gmock/gmock.h.
typedef ::std::vector<Matcher<const Element&> > testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatcherVec [private] |
Definition at line 3165 of file gmock-matchers.h.
typedef ::std::vector<Matcher<const Element&> > testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatcherVec [private] |
Definition at line 7817 of file fused-src/gmock/gmock.h.
typedef View::type testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainer |
Definition at line 3110 of file gmock-matchers.h.
typedef View::type testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainer |
Definition at line 7762 of file fused-src/gmock/gmock.h.
typedef StlContainer::const_iterator testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainerConstIterator |
Definition at line 3112 of file gmock-matchers.h.
typedef StlContainer::const_iterator testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainerConstIterator |
Definition at line 7764 of file fused-src/gmock/gmock.h.
typedef View::const_reference testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainerReference |
Definition at line 3111 of file gmock-matchers.h.
typedef View::const_reference testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainerReference |
Definition at line 7763 of file fused-src/gmock/gmock.h.
typedef internal::StlContainerView<RawContainer> testing::internal::UnorderedElementsAreMatcherImpl< Container >::View |
Definition at line 3109 of file gmock-matchers.h.
typedef internal::StlContainerView<RawContainer> testing::internal::UnorderedElementsAreMatcherImpl< Container >::View |
Definition at line 7761 of file fused-src/gmock/gmock.h.
testing::internal::UnorderedElementsAreMatcherImpl< Container >::UnorderedElementsAreMatcherImpl | ( | InputIter | first, |
InputIter | last | ||
) | [inline] |
Definition at line 7770 of file fused-src/gmock/gmock.h.
testing::internal::UnorderedElementsAreMatcherImpl< Container >::UnorderedElementsAreMatcherImpl | ( | InputIter | first, |
InputIter | last | ||
) | [inline] |
Definition at line 3118 of file gmock-matchers.h.
MatchMatrix testing::internal::UnorderedElementsAreMatcherImpl< Container >::AnalyzeElements | ( | ElementIter | elem_first, |
ElementIter | elem_last, | ||
::std::vector< string > * | element_printouts, | ||
MatchResultListener * | listener | ||
) | const [inline, private] |
Definition at line 3168 of file gmock-matchers.h.
MatchMatrix testing::internal::UnorderedElementsAreMatcherImpl< Container >::AnalyzeElements | ( | ElementIter | elem_first, |
ElementIter | elem_last, | ||
::std::vector< string > * | element_printouts, | ||
MatchResultListener * | listener | ||
) | const [inline, private] |
Definition at line 7820 of file fused-src/gmock/gmock.h.
virtual void testing::internal::UnorderedElementsAreMatcherImpl< Container >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 3131 of file gmock-matchers.h.
virtual void testing::internal::UnorderedElementsAreMatcherImpl< Container >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 7783 of file fused-src/gmock/gmock.h.
virtual void testing::internal::UnorderedElementsAreMatcherImpl< Container >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 3126 of file gmock-matchers.h.
virtual void testing::internal::UnorderedElementsAreMatcherImpl< Container >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 7778 of file fused-src/gmock/gmock.h.
testing::internal::UnorderedElementsAreMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ | ( | UnorderedElementsAreMatcherImpl< Container > | ) | [private] |
testing::internal::UnorderedElementsAreMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ | ( | UnorderedElementsAreMatcherImpl< Container > | ) | [private] |
typedef testing::internal::UnorderedElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
typedef testing::internal::UnorderedElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
virtual bool testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatchAndExplain | ( | Container | container, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< Container >.
Definition at line 3135 of file gmock-matchers.h.
virtual bool testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatchAndExplain | ( | Container | container, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< Container >.
Definition at line 7787 of file fused-src/gmock/gmock.h.
MatcherVec testing::internal::UnorderedElementsAreMatcherImpl< Container >::matchers_ [private] |
Definition at line 7845 of file fused-src/gmock/gmock.h.