#include <gmock.h>
Classes | |
| class | Impl |
Public Types | |
| typedef RhsView::type | RhsStlContainer |
| typedef RhsView::type | RhsStlContainer |
| typedef RhsStlContainer::value_type | RhsValue |
| typedef RhsStlContainer::value_type | RhsValue |
| typedef internal::StlContainerView < RhsContainer > | RhsView |
| typedef internal::StlContainerView < RhsContainer > | RhsView |
Public Member Functions | |
| template<typename LhsContainer > | |
| operator Matcher< LhsContainer > () const | |
| template<typename LhsContainer > | |
| operator Matcher< LhsContainer > () const | |
| PointwiseMatcher (const TupleMatcher &tuple_matcher, const RhsContainer &rhs) | |
| PointwiseMatcher (const TupleMatcher &tuple_matcher, const RhsContainer &rhs) | |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (PointwiseMatcher) | |
| GTEST_DISALLOW_ASSIGN_ (PointwiseMatcher) | |
Private Attributes | |
| const RhsStlContainer | rhs_ |
| const TupleMatcher | tuple_matcher_ |
Definition at line 7104 of file fused-src/gmock/gmock.h.
| typedef RhsView::type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::RhsStlContainer |
Definition at line 2455 of file gmock-matchers.h.
| typedef RhsView::type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::RhsStlContainer |
Definition at line 7107 of file fused-src/gmock/gmock.h.
| typedef RhsStlContainer::value_type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::RhsValue |
Definition at line 2456 of file gmock-matchers.h.
| typedef RhsStlContainer::value_type testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::RhsValue |
Definition at line 7108 of file fused-src/gmock/gmock.h.
| typedef internal::StlContainerView<RhsContainer> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::RhsView |
Definition at line 2454 of file gmock-matchers.h.
| typedef internal::StlContainerView<RhsContainer> testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::RhsView |
Definition at line 7106 of file fused-src/gmock/gmock.h.
| testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::PointwiseMatcher | ( | const TupleMatcher & | tuple_matcher, |
| const RhsContainer & | rhs | ||
| ) | [inline] |
Definition at line 7112 of file fused-src/gmock/gmock.h.
| testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::PointwiseMatcher | ( | const TupleMatcher & | tuple_matcher, |
| const RhsContainer & | rhs | ||
| ) | [inline] |
Definition at line 2460 of file gmock-matchers.h.
| testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::GTEST_DISALLOW_ASSIGN_ | ( | PointwiseMatcher< TupleMatcher, RhsContainer > | ) | [private] |
| testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::GTEST_DISALLOW_ASSIGN_ | ( | PointwiseMatcher< TupleMatcher, RhsContainer > | ) | [private] |
| testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::operator Matcher< LhsContainer > | ( | ) | const [inline] |
Definition at line 2469 of file gmock-matchers.h.
| testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::operator Matcher< LhsContainer > | ( | ) | const [inline] |
Definition at line 7121 of file fused-src/gmock/gmock.h.
const RhsStlContainer testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::rhs_ [private] |
Definition at line 7204 of file fused-src/gmock/gmock.h.
const TupleMatcher testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::tuple_matcher_ [private] |
Definition at line 7203 of file fused-src/gmock/gmock.h.