Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::MatcherInterface< T > Class Template Referenceabstract

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>

+ Inheritance diagram for testing::MatcherInterface< T >:
+ Collaboration diagram for testing::MatcherInterface< T >:

Public Member Functions

virtual bool MatchAndExplain (T x, MatchResultListener *listener) const =0
 
- Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()
 
virtual void DescribeTo (::std::ostream *os) const =0
 
virtual void DescribeNegationTo (::std::ostream *os) const
 

Detailed Description

template<typename T>
class testing::MatcherInterface< T >

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

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

Member Function Documentation

template<typename T>
virtual bool testing::MatcherInterface< T >::MatchAndExplain ( T  x,
MatchResultListener listener 
) const
pure virtual

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