#include <gmock.h>
Classes | |
class | Impl |
Public Member Functions | |
template<typename Pointer > | |
operator Matcher< Pointer > () const | |
template<typename Pointer > | |
operator Matcher< Pointer > () const | |
PointeeMatcher (const InnerMatcher &matcher) | |
PointeeMatcher (const InnerMatcher &matcher) | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (PointeeMatcher) | |
GTEST_DISALLOW_ASSIGN_ (PointeeMatcher) | |
Private Attributes | |
const InnerMatcher | matcher_ |
Definition at line 6600 of file fused-src/gmock/gmock.h.
testing::internal::PointeeMatcher< InnerMatcher >::PointeeMatcher | ( | const InnerMatcher & | matcher | ) | [inline, explicit] |
Definition at line 6602 of file fused-src/gmock/gmock.h.
testing::internal::PointeeMatcher< InnerMatcher >::PointeeMatcher | ( | const InnerMatcher & | matcher | ) | [inline, explicit] |
Definition at line 1950 of file gmock-matchers.h.
testing::internal::PointeeMatcher< InnerMatcher >::GTEST_DISALLOW_ASSIGN_ | ( | PointeeMatcher< InnerMatcher > | ) | [private] |
testing::internal::PointeeMatcher< InnerMatcher >::GTEST_DISALLOW_ASSIGN_ | ( | PointeeMatcher< InnerMatcher > | ) | [private] |
testing::internal::PointeeMatcher< InnerMatcher >::operator Matcher< Pointer > | ( | ) | const [inline] |
Definition at line 1961 of file gmock-matchers.h.
testing::internal::PointeeMatcher< InnerMatcher >::operator Matcher< Pointer > | ( | ) | const [inline] |
Definition at line 6613 of file fused-src/gmock/gmock.h.
const InnerMatcher testing::internal::PointeeMatcher< InnerMatcher >::matcher_ [private] |
Definition at line 6653 of file fused-src/gmock/gmock.h.