v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
testing::MatchResultListener Class Referenceabstract

#include <gmock-matchers.h>

Inheritance diagram for testing::MatchResultListener:
Inheritance graph
[legend]

Public Member Functions

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

Detailed Description

Definition at line 80 of file gmock-matchers.h.

Constructor & Destructor Documentation

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

Definition at line 85 of file gmock-matchers.h.

References ~MatchResultListener().

Here is the call graph for this function:

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

Definition at line 112 of file gmock-matchers.h.

Referenced by MatchResultListener().

Here is the caller graph for this function:

Member Function Documentation

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

Definition at line 91 of file gmock-matchers.h.

::std::ostream* testing::MatchResultListener::stream ( )
inline
bool testing::MatchResultListener::IsInterested ( ) const
inline

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