Monero
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::PredicateFormatterFromMatcher< M > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 PredicateFormatterFromMatcher (M m)
 
template<typename T >
AssertionResult operator() (const char *value_text, const T &x) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (PredicateFormatterFromMatcher)
 

Private Attributes

const M matcher_
 

Constructor & Destructor Documentation

◆ PredicateFormatterFromMatcher()

template<typename M >
testing::internal::PredicateFormatterFromMatcher< M >::PredicateFormatterFromMatcher ( M  m)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename M >
testing::internal::PredicateFormatterFromMatcher< M >::GTEST_DISALLOW_ASSIGN_ ( PredicateFormatterFromMatcher< M )
private

◆ operator()()

template<typename M >
template<typename T >
AssertionResult testing::internal::PredicateFormatterFromMatcher< M >::operator() ( const char *  value_text,
const T x 
) const
inline

Member Data Documentation

◆ matcher_

template<typename M >
const M testing::internal::PredicateFormatterFromMatcher< M >::matcher_
private

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