Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::StringMatchResultListener Class Reference

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

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

Public Member Functions

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

Private Attributes

::std::stringstream ss_
 

Constructor & Destructor Documentation

testing::internal::StringMatchResultListener::StringMatchResultListener ( )
inline

Member Function Documentation

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

Member Data Documentation

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

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