#include <gmock.h>
Public Types | |
| typedef View::type | StlContainer |
| typedef View::const_reference | StlContainerReference |
| typedef internal::StlContainerView< Container > | View |
Public Member Functions | |
| ContainerEqMatcher (const Container &expected) | |
| void | DescribeNegationTo (::std::ostream *os) const |
| void | DescribeTo (::std::ostream *os) const |
| template<typename LhsContainer > | |
| bool | MatchAndExplain (const LhsContainer &lhs, MatchResultListener *listener) const |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (ContainerEqMatcher) | |
Private Attributes | |
| const StlContainer | expected_ |
Definition at line 7340 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
| typedef View::type testing::internal::ContainerEqMatcher< Container >::StlContainer |
Definition at line 7343 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
| typedef View::const_reference testing::internal::ContainerEqMatcher< Container >::StlContainerReference |
Definition at line 7344 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
| typedef internal::StlContainerView<Container> testing::internal::ContainerEqMatcher< Container >::View |
Definition at line 7342 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineexplicit |
Definition at line 7348 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 7360 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 7356 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
|
inline |
Definition at line 7366 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 7419 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.