Monero
Loading...
Searching...
No Matches
testing::gmock_matchers_test::MatchResultListener Class Referenceabstract

#include <gmock-matchers.h>

Inheritance diagram for testing::gmock_matchers_test::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_

Constructor & Destructor Documentation

◆ MatchResultListener()

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

◆ ~MatchResultListener()

Member Function Documentation

◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()

◆ IsInterested()

◆ operator<<()

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

◆ stream()

::std::ostream * testing::MatchResultListener::stream ( )
inline

Member Data Documentation

◆ stream_


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