|
Electroneum
|
#include <gmock-matchers.h>


Public Types | |
| 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 |
Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual | ~MatcherDescriberInterface () |
Definition at line 3108 of file gmock-matchers.h.
| typedef StlContainer::value_type testing::internal::ElementsAreMatcherImpl< Container >::Element |
Definition at line 3114 of file gmock-matchers.h.
| typedef View::type testing::internal::ElementsAreMatcherImpl< Container >::StlContainer |
Definition at line 3112 of file gmock-matchers.h.
| typedef View::const_reference testing::internal::ElementsAreMatcherImpl< Container >::StlContainerReference |
Definition at line 3113 of file gmock-matchers.h.
| typedef internal::StlContainerView<RawContainer> testing::internal::ElementsAreMatcherImpl< Container >::View |
Definition at line 3111 of file gmock-matchers.h.
|
inline |
Definition at line 3119 of file gmock-matchers.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 3145 of file gmock-matchers.h.
|
inlinevirtual |
| typedef testing::internal::ElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
Definition at line 3161 of file gmock-matchers.h.
