#include <gmock.h>
Public Member Functions | |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeTo (::std::ostream *os) const |
virtual bool | MatchAndExplain (T x, MatchResultListener *listener) const |
virtual bool | MatchAndExplain (T x, MatchResultListener *listener) const |
NotMatcherImpl (const Matcher< T > &matcher) | |
NotMatcherImpl (const Matcher< T > &matcher) | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (NotMatcherImpl) | |
GTEST_DISALLOW_ASSIGN_ (NotMatcherImpl) | |
Private Attributes | |
const Matcher< T > | matcher_ |
Definition at line 6021 of file fused-src/gmock/gmock.h.
testing::internal::NotMatcherImpl< T >::NotMatcherImpl | ( | const Matcher< T > & | matcher | ) | [inline, explicit] |
Definition at line 6023 of file fused-src/gmock/gmock.h.
testing::internal::NotMatcherImpl< T >::NotMatcherImpl | ( | const Matcher< T > & | matcher | ) | [inline, explicit] |
Definition at line 1371 of file gmock-matchers.h.
virtual void testing::internal::NotMatcherImpl< T >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 1382 of file gmock-matchers.h.
virtual void testing::internal::NotMatcherImpl< T >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 6034 of file fused-src/gmock/gmock.h.
virtual void testing::internal::NotMatcherImpl< T >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 1378 of file gmock-matchers.h.
virtual void testing::internal::NotMatcherImpl< T >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 6030 of file fused-src/gmock/gmock.h.
testing::internal::NotMatcherImpl< T >::GTEST_DISALLOW_ASSIGN_ | ( | NotMatcherImpl< T > | ) | [private] |
testing::internal::NotMatcherImpl< T >::GTEST_DISALLOW_ASSIGN_ | ( | NotMatcherImpl< T > | ) | [private] |
virtual bool testing::internal::NotMatcherImpl< T >::MatchAndExplain | ( | T | x, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< T >.
Definition at line 1374 of file gmock-matchers.h.
virtual bool testing::internal::NotMatcherImpl< T >::MatchAndExplain | ( | T | x, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< T >.
Definition at line 6026 of file fused-src/gmock/gmock.h.
const Matcher< T > testing::internal::NotMatcherImpl< T >::matcher_ [private] |
Definition at line 6039 of file fused-src/gmock/gmock.h.