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

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

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

Public Member Functions

 NotMatcherImpl (const Matcher< T > &matcher)
 
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (NotMatcherImpl)
 

Private Attributes

const Matcher< Tmatcher_
 

Detailed Description

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

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

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

Constructor & Destructor Documentation

template<typename T >
testing::internal::NotMatcherImpl< T >::NotMatcherImpl ( const Matcher< T > &  matcher)
inlineexplicit

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

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

Member Function Documentation

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

Reimplemented from testing::MatcherDescriberInterface.

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

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

References testing::internal::NotMatcherImpl< T >::matcher_.

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

Implements testing::MatcherDescriberInterface.

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

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

References testing::internal::NotMatcherImpl< T >::matcher_.

template<typename T >
testing::internal::NotMatcherImpl< T >::GTEST_DISALLOW_ASSIGN_ ( NotMatcherImpl< T )
private
template<typename T >
virtual bool testing::internal::NotMatcherImpl< T >::MatchAndExplain ( T  x,
MatchResultListener listener 
) const
inlinevirtual

Implements testing::MatcherInterface< T >.

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

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

References testing::internal::NotMatcherImpl< T >::matcher_.

Member Data Documentation


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