GNU Radio's DSD Package
testing::MatchResultListener Class Referenceabstract

#include <gmock-matchers.h>

Inheritance diagram for testing::MatchResultListener:
testing::StringMatchResultListener testing::StringMatchResultListener testing::internal::DummyMatchResultListener testing::internal::DummyMatchResultListener testing::internal::StreamMatchResultListener testing::internal::StreamMatchResultListener

Public Member Functions

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

Constructor & Destructor Documentation

◆ MatchResultListener() [1/2]

◆ ~MatchResultListener() [1/2]

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

◆ MatchResultListener() [2/2]

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

◆ ~MatchResultListener() [2/2]

virtual testing::MatchResultListener::~MatchResultListener ( )
pure virtual

Member Function Documentation

◆ IsInterested() [1/2]

◆ IsInterested() [2/2]

bool testing::MatchResultListener::IsInterested ( ) const
inline

◆ operator<<() [1/2]

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

References MatchResultListener().

◆ operator<<() [2/2]

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

References MatchResultListener().

◆ stream() [1/2]

◆ stream() [2/2]

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

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