Monero
Loading...
Searching...
No Matches
testing::internal::TrulyMatcher< Predicate > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 TrulyMatcher (Predicate pred)
template<typename T>
bool MatchAndExplain (T &x, MatchResultListener *) const
void DescribeTo (::std::ostream *os) const
void DescribeNegationTo (::std::ostream *os) const

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (TrulyMatcher)

Private Attributes

Predicate predicate_

Constructor & Destructor Documentation

◆ TrulyMatcher()

template<typename Predicate>
testing::internal::TrulyMatcher< Predicate >::TrulyMatcher ( Predicate pred)
inlineexplicit

Member Function Documentation

◆ DescribeNegationTo()

template<typename Predicate>
void testing::internal::TrulyMatcher< Predicate >::DescribeNegationTo ( ::std::ostream * os) const
inline

◆ DescribeTo()

template<typename Predicate>
void testing::internal::TrulyMatcher< Predicate >::DescribeTo ( ::std::ostream * os) const
inline

◆ GTEST_DISALLOW_ASSIGN_()

template<typename Predicate>
testing::internal::TrulyMatcher< Predicate >::GTEST_DISALLOW_ASSIGN_ ( TrulyMatcher< Predicate > )
private

◆ MatchAndExplain()

template<typename Predicate>
template<typename T>
bool testing::internal::TrulyMatcher< Predicate >::MatchAndExplain ( T & x,
MatchResultListener *  ) const
inline

Member Data Documentation

◆ predicate_

template<typename Predicate>
Predicate testing::internal::TrulyMatcher< Predicate >::predicate_
private

The documentation for this class was generated from the following file: