Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::MatchResultListener Class Referenceabstract

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-matchers.h>

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

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (MatchResultListener)
 

Private Attributes

::std::ostream *const stream_
 

Constructor & Destructor Documentation

testing::MatchResultListener::MatchResultListener ( ::std::ostream *  os)
inlineexplicit
testing::MatchResultListener::~MatchResultListener ( )
inlinepure virtual

Member Function Documentation

testing::MatchResultListener::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( MatchResultListener  )
private
bool testing::MatchResultListener::IsInterested ( ) const
inline
template<typename T >
MatchResultListener& testing::MatchResultListener::operator<< ( const T &  x)
inline
::std::ostream* testing::MatchResultListener::stream ( )
inline

Member Data Documentation

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

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