|
Wire Sysio Wire Sysion 1.0.0
|
#include <gmock-matchers.h>


Public Member Functions | |
| Matcher () | |
| Matcher (const MatcherInterface< GTEST_REFERENCE_TO_CONST_(T)> *impl) | |
| template<typename U > | |
| Matcher (const MatcherInterface< U > *impl, typename internal::EnableIf<!internal::IsSame< U, GTEST_REFERENCE_TO_CONST_(U)>::value >::type *=NULL) | |
| Matcher (T value) | |
Public Member Functions inherited from testing::internal::MatcherBase< T > | |
| bool | MatchAndExplain (GTEST_REFERENCE_TO_CONST_(T) x, MatchResultListener *listener) const |
| bool | Matches (GTEST_REFERENCE_TO_CONST_(T) x) const |
| void | DescribeTo (::std::ostream *os) const |
| void | DescribeNegationTo (::std::ostream *os) const |
| void | ExplainMatchResultTo (GTEST_REFERENCE_TO_CONST_(T) x, ::std::ostream *os) const |
| const MatcherDescriberInterface * | GetDescriber () const |
Additional Inherited Members | |
Protected Member Functions inherited from testing::internal::MatcherBase< T > | |
| MatcherBase () | |
| MatcherBase (const MatcherInterface< GTEST_REFERENCE_TO_CONST_(T)> *impl) | |
| template<typename U > | |
| MatcherBase (const MatcherInterface< U > *impl, typename internal::EnableIf< !internal::IsSame< U, GTEST_REFERENCE_TO_CONST_(U)>::value >::type *=NULL) | |
| virtual | ~MatcherBase () |
Definition at line 49 of file gmock-generated-internal-utils.h.
|
inlineexplicit |
Definition at line 365 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 368 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 372 of file gmock-matchers.h.
| testing::Matcher< T >::Matcher | ( | T | value | ) |