Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::TrulyMatcher< Predicate > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/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_
 

Detailed Description

template<typename Predicate>
class testing::internal::TrulyMatcher< Predicate >

Definition at line 1757 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 1757 of file gmock-matchers.h

Constructor & Destructor Documentation

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

Definition at line 1759 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 1759 of file gmock-matchers.h

Member Function Documentation

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

Definition at line 1783 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 1783 of file gmock-matchers.h

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

Definition at line 1779 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 1779 of file gmock-matchers.h

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

Definition at line 1766 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 1766 of file gmock-matchers.h

References testing::internal::TrulyMatcher< Predicate >::predicate_.

Member Data Documentation

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

Definition at line 1788 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 1788 of file gmock-matchers.h

Referenced by testing::internal::TrulyMatcher< Predicate >::MatchAndExplain().


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