#include <gmock.h>
Classes | |
| class | MonomorphicImpl |
Public Member Functions | |
| const Impl & | impl () const |
| const Impl & | impl () const |
| Impl & | mutable_impl () |
| Impl & | mutable_impl () |
| template<typename T > | |
| operator Matcher< T > () const | |
| template<typename T > | |
| operator Matcher< T > () const | |
| PolymorphicMatcher (const Impl &an_impl) | |
| PolymorphicMatcher (const Impl &an_impl) | |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (PolymorphicMatcher) | |
| GTEST_DISALLOW_ASSIGN_ (PolymorphicMatcher) | |
Private Attributes | |
| Impl | impl_ |
Definition at line 5057 of file fused-src/gmock/gmock.h.
| testing::PolymorphicMatcher< Impl >::PolymorphicMatcher | ( | const Impl & | an_impl | ) | [inline, explicit] |
Definition at line 5059 of file fused-src/gmock/gmock.h.
| testing::PolymorphicMatcher< Impl >::PolymorphicMatcher | ( | const Impl & | an_impl | ) | [inline, explicit] |
Definition at line 407 of file gmock-matchers.h.
| testing::PolymorphicMatcher< Impl >::GTEST_DISALLOW_ASSIGN_ | ( | PolymorphicMatcher< Impl > | ) | [private] |
| testing::PolymorphicMatcher< Impl >::GTEST_DISALLOW_ASSIGN_ | ( | PolymorphicMatcher< Impl > | ) | [private] |
| const Impl& testing::PolymorphicMatcher< Impl >::impl | ( | ) | const [inline] |
Definition at line 415 of file gmock-matchers.h.
| const Impl& testing::PolymorphicMatcher< Impl >::impl | ( | ) | const [inline] |
Definition at line 5067 of file fused-src/gmock/gmock.h.
| Impl& testing::PolymorphicMatcher< Impl >::mutable_impl | ( | ) | [inline] |
Definition at line 411 of file gmock-matchers.h.
| Impl& testing::PolymorphicMatcher< Impl >::mutable_impl | ( | ) | [inline] |
Definition at line 5063 of file fused-src/gmock/gmock.h.
| testing::PolymorphicMatcher< Impl >::operator Matcher< T > | ( | ) | const [inline] |
Definition at line 418 of file gmock-matchers.h.
| testing::PolymorphicMatcher< Impl >::operator Matcher< T > | ( | ) | const [inline] |
Definition at line 5070 of file fused-src/gmock/gmock.h.
Impl testing::PolymorphicMatcher< Impl >::impl_ [private] |
Definition at line 5098 of file fused-src/gmock/gmock.h.