#include <gmock.h>
Public Member Functions | |
template<typename Iter > | |
ElementsAreArrayMatcher (Iter first, Iter last) | |
template<typename Iter > | |
ElementsAreArrayMatcher (Iter first, Iter last) | |
template<typename Container > | |
operator Matcher< Container > () const | |
template<typename Container > | |
operator Matcher< Container > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ElementsAreArrayMatcher) | |
GTEST_DISALLOW_ASSIGN_ (ElementsAreArrayMatcher) | |
Private Attributes | |
const ::std::vector< T > | matchers_ |
Definition at line 8655 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 8659 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 3738 of file gmock-matchers.h.
|
private |
|
private |
|
inline |
Definition at line 3741 of file gmock-matchers.h.
|
inline |
Definition at line 8662 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 8669 of file fused-src/gmock/gmock.h.