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

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

+ Inheritance diagram for testing::StringMatchResultListener:
+ Collaboration diagram for testing::StringMatchResultListener:

Public Member Functions

 StringMatchResultListener ()
 
internal::string str () const
 
void Clear ()
 
- Public Member Functions inherited from testing::MatchResultListener
 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_ (StringMatchResultListener)
 

Private Attributes

::std::stringstream ss_
 

Detailed Description

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

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

Constructor & Destructor Documentation

testing::StringMatchResultListener::StringMatchResultListener ( )
inline

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

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

Member Function Documentation

void testing::StringMatchResultListener::Clear ( void  )
inline

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

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

References ss_.

Referenced by testing::gmock_matchers_test::TEST().

+ Here is the caller graph for this function:

testing::StringMatchResultListener::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( StringMatchResultListener  )
private

Member Data Documentation

::std::stringstream testing::StringMatchResultListener::ss_
private

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

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

Referenced by Clear(), and str().


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