#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 7936 of file fused-src/gmock/gmock.h.
testing::internal::ElementsAreArrayMatcher< T >::ElementsAreArrayMatcher | ( | Iter | first, |
Iter | last | ||
) | [inline] |
Definition at line 7939 of file fused-src/gmock/gmock.h.
testing::internal::ElementsAreArrayMatcher< T >::ElementsAreArrayMatcher | ( | Iter | first, |
Iter | last | ||
) | [inline] |
Definition at line 3287 of file gmock-matchers.h.
testing::internal::ElementsAreArrayMatcher< T >::GTEST_DISALLOW_ASSIGN_ | ( | ElementsAreArrayMatcher< T > | ) | [private] |
testing::internal::ElementsAreArrayMatcher< T >::GTEST_DISALLOW_ASSIGN_ | ( | ElementsAreArrayMatcher< T > | ) | [private] |
testing::internal::ElementsAreArrayMatcher< T >::operator Matcher< Container > | ( | ) | const [inline] |
Definition at line 3290 of file gmock-matchers.h.
testing::internal::ElementsAreArrayMatcher< T >::operator Matcher< Container > | ( | ) | const [inline] |
Definition at line 7942 of file fused-src/gmock/gmock.h.
const ::std::vector< T > testing::internal::ElementsAreArrayMatcher< T >::matchers_ [private] |
Definition at line 7948 of file fused-src/gmock/gmock.h.