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

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

+ Inheritance diagram for testing::internal::AnyMatcherImpl< T >:
+ Collaboration diagram for testing::internal::AnyMatcherImpl< T >:

Public Member Functions

virtual bool MatchAndExplain (T, MatchResultListener *) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 

Detailed Description

template<typename T>
class testing::internal::AnyMatcherImpl< T >

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

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

Member Function Documentation

template<typename T >
virtual void testing::internal::AnyMatcherImpl< T >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

Reimplemented from testing::MatcherDescriberInterface.

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

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

template<typename T >
virtual void testing::internal::AnyMatcherImpl< T >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

Implements testing::MatcherDescriberInterface.

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

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

template<typename T >
virtual bool testing::internal::AnyMatcherImpl< T >::MatchAndExplain ( T  ,
MatchResultListener  
) const
inlinevirtual

Implements testing::MatcherInterface< T >.

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

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


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