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

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

+ Inheritance diagram for testing::MatchResultListener:
+ Collaboration diagram for testing::MatchResultListener:

Public Member Functions

 MatchResultListener (::std::ostream *os)
 
virtual ~MatchResultListener ()=0
 
template<typename T >
MatchResultListeneroperator<< (const T &x)
 
::std::ostream * stream ()
 
bool IsInterested () const
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (MatchResultListener)
 

Private Attributes

::std::ostream *const stream_
 

Detailed Description

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

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

Constructor & Destructor Documentation

testing::MatchResultListener::MatchResultListener ( ::std::ostream *  os)
inlineexplicit

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

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

testing::MatchResultListener::~MatchResultListener ( )
inlinepure virtual

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

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

Member Function Documentation

testing::MatchResultListener::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( MatchResultListener  )
private
template<typename T >
MatchResultListener& testing::MatchResultListener::operator<< ( const T x)
inline

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

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

References stream_, and ambiguity_solver_full_chain::x.

Member Data Documentation

::std::ostream* const testing::MatchResultListener::stream_
private

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

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

Referenced by IsInterested(), operator<<(), and stream().


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