#include <gmock.h>
Public Member Functions | |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
void | ExplainMatchResultTo (T x,::std::ostream *os) const |
void | ExplainMatchResultTo (T x,::std::ostream *os) const |
const MatcherDescriberInterface * | GetDescriber () const |
const MatcherDescriberInterface * | GetDescriber () const |
bool | MatchAndExplain (T x, MatchResultListener *listener) const |
bool | MatchAndExplain (T x, MatchResultListener *listener) const |
bool | Matches (T x) const |
bool | Matches (T x) const |
Protected Member Functions | |
MatcherBase () | |
MatcherBase (const MatcherInterface< T > *impl) | |
MatcherBase () | |
MatcherBase (const MatcherInterface< T > *impl) | |
virtual | ~MatcherBase () |
virtual | ~MatcherBase () |
Private Attributes | |
::testing::internal::linked_ptr < const MatcherInterface< T > > | impl_ |
Definition at line 4879 of file fused-src/gmock/gmock.h.
testing::internal::MatcherBase< T >::MatcherBase | ( | ) | [inline, protected] |
Definition at line 4915 of file fused-src/gmock/gmock.h.
testing::internal::MatcherBase< T >::MatcherBase | ( | const MatcherInterface< T > * | impl | ) | [inline, explicit, protected] |
Definition at line 4918 of file fused-src/gmock/gmock.h.
virtual testing::internal::MatcherBase< T >::~MatcherBase | ( | ) | [inline, protected, virtual] |
Definition at line 4921 of file fused-src/gmock/gmock.h.
testing::internal::MatcherBase< T >::MatcherBase | ( | ) | [inline, protected] |
Definition at line 263 of file gmock-matchers.h.
testing::internal::MatcherBase< T >::MatcherBase | ( | const MatcherInterface< T > * | impl | ) | [inline, explicit, protected] |
Definition at line 266 of file gmock-matchers.h.
virtual testing::internal::MatcherBase< T >::~MatcherBase | ( | ) | [inline, protected, virtual] |
Definition at line 269 of file gmock-matchers.h.
void testing::internal::MatcherBase< T >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 245 of file gmock-matchers.h.
void testing::internal::MatcherBase< T >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 4897 of file fused-src/gmock/gmock.h.
void testing::internal::MatcherBase< T >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 242 of file gmock-matchers.h.
void testing::internal::MatcherBase< T >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 4894 of file fused-src/gmock/gmock.h.
void testing::internal::MatcherBase< T >::ExplainMatchResultTo | ( | T | x, |
::std::ostream * | os | ||
) | const [inline] |
Definition at line 250 of file gmock-matchers.h.
void testing::internal::MatcherBase< T >::ExplainMatchResultTo | ( | T | x, |
::std::ostream * | os | ||
) | const [inline] |
Definition at line 4902 of file fused-src/gmock/gmock.h.
const MatcherDescriberInterface* testing::internal::MatcherBase< T >::GetDescriber | ( | ) | const [inline] |
Definition at line 258 of file gmock-matchers.h.
const MatcherDescriberInterface* testing::internal::MatcherBase< T >::GetDescriber | ( | ) | const [inline] |
Definition at line 4910 of file fused-src/gmock/gmock.h.
bool testing::internal::MatcherBase< T >::MatchAndExplain | ( | T | x, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 231 of file gmock-matchers.h.
bool testing::internal::MatcherBase< T >::MatchAndExplain | ( | T | x, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 4883 of file fused-src/gmock/gmock.h.
bool testing::internal::MatcherBase< T >::Matches | ( | T | x | ) | const [inline] |
Definition at line 236 of file gmock-matchers.h.
bool testing::internal::MatcherBase< T >::Matches | ( | T | x | ) | const [inline] |
Definition at line 4888 of file fused-src/gmock/gmock.h.
testing::internal::linked_ptr< const MatcherInterface< T > > testing::internal::MatcherBase< T >::impl_ [private] |
Definition at line 4935 of file fused-src/gmock/gmock.h.