#include <gmock.h>
Public Types | |
typedef View::type | StlContainer |
typedef View::type | StlContainer |
typedef View::const_reference | StlContainerReference |
typedef View::const_reference | StlContainerReference |
typedef internal::StlContainerView < Container > | View |
typedef internal::StlContainerView < Container > | View |
Public Member Functions | |
ContainerEqMatcher (const Container &rhs) | |
ContainerEqMatcher (const Container &rhs) | |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
template<typename LhsContainer > | |
bool | MatchAndExplain (const LhsContainer &lhs, MatchResultListener *listener) const |
template<typename LhsContainer > | |
bool | MatchAndExplain (const LhsContainer &lhs, MatchResultListener *listener) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ContainerEqMatcher) | |
GTEST_DISALLOW_ASSIGN_ (ContainerEqMatcher) | |
Private Attributes | |
const StlContainer | rhs_ |
Definition at line 6933 of file fused-src/gmock/gmock.h.
typedef View::type testing::internal::ContainerEqMatcher< Container >::StlContainer |
Definition at line 2284 of file gmock-matchers.h.
typedef View::type testing::internal::ContainerEqMatcher< Container >::StlContainer |
Definition at line 6936 of file fused-src/gmock/gmock.h.
typedef View::const_reference testing::internal::ContainerEqMatcher< Container >::StlContainerReference |
Definition at line 2285 of file gmock-matchers.h.
typedef View::const_reference testing::internal::ContainerEqMatcher< Container >::StlContainerReference |
Definition at line 6937 of file fused-src/gmock/gmock.h.
typedef internal::StlContainerView<Container> testing::internal::ContainerEqMatcher< Container >::View |
Definition at line 2283 of file gmock-matchers.h.
typedef internal::StlContainerView<Container> testing::internal::ContainerEqMatcher< Container >::View |
Definition at line 6935 of file fused-src/gmock/gmock.h.
testing::internal::ContainerEqMatcher< Container >::ContainerEqMatcher | ( | const Container & | rhs | ) | [inline, explicit] |
Definition at line 6941 of file fused-src/gmock/gmock.h.
testing::internal::ContainerEqMatcher< Container >::ContainerEqMatcher | ( | const Container & | rhs | ) | [inline, explicit] |
Definition at line 2289 of file gmock-matchers.h.
void testing::internal::ContainerEqMatcher< Container >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 2300 of file gmock-matchers.h.
void testing::internal::ContainerEqMatcher< Container >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 6952 of file fused-src/gmock/gmock.h.
void testing::internal::ContainerEqMatcher< Container >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 2296 of file gmock-matchers.h.
void testing::internal::ContainerEqMatcher< Container >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 6948 of file fused-src/gmock/gmock.h.
testing::internal::ContainerEqMatcher< Container >::GTEST_DISALLOW_ASSIGN_ | ( | ContainerEqMatcher< Container > | ) | [private] |
testing::internal::ContainerEqMatcher< Container >::GTEST_DISALLOW_ASSIGN_ | ( | ContainerEqMatcher< Container > | ) | [private] |
bool testing::internal::ContainerEqMatcher< Container >::MatchAndExplain | ( | const LhsContainer & | lhs, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 2306 of file gmock-matchers.h.
bool testing::internal::ContainerEqMatcher< Container >::MatchAndExplain | ( | const LhsContainer & | lhs, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 6958 of file fused-src/gmock/gmock.h.
const StlContainer testing::internal::ContainerEqMatcher< Container >::rhs_ [private] |
Definition at line 7011 of file fused-src/gmock/gmock.h.