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

#include <gmock-matchers.h>

Inheritance diagram for testing::StringMatchResultListener:
Inheritance graph
[legend]
Collaboration diagram for testing::StringMatchResultListener:
Collaboration graph
[legend]

Public Member Functions

 StringMatchResultListener ()
 
internal::string str () const
 
void Clear ()
 
template<typename T >
MatchResultListeneroperator<< (const T &x)
 
::std::ostream * stream ()
 
bool IsInterested () const
 

Detailed Description

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

Constructor & Destructor Documentation

testing::StringMatchResultListener::StringMatchResultListener ( )
inline

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

Member Function Documentation

internal::string testing::StringMatchResultListener::str ( ) const
inline
void testing::StringMatchResultListener::Clear ( )
inline

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

References GTEST_DISALLOW_COPY_AND_ASSIGN_.

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

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

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

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