Monero
Loading...
Searching...
No Matches
testing::StringMatchResultListener Class Reference

#include <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_

Constructor & Destructor Documentation

◆ StringMatchResultListener()

testing::StringMatchResultListener::StringMatchResultListener ( )
inline

Member Function Documentation

◆ Clear()

void testing::StringMatchResultListener::Clear ( )
inline

◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()

testing::StringMatchResultListener::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( StringMatchResultListener )
private

◆ str()

internal::string testing::StringMatchResultListener::str ( ) const
inline

Member Data Documentation

◆ ss_

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

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