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

#include <gmock-matchers.h>

Inheritance diagram for testing::MatcherInterface< T >:
Inheritance graph
[legend]
Collaboration diagram for testing::MatcherInterface< T >:
Collaboration graph
[legend]

Public Member Functions

virtual bool MatchAndExplain (T x, MatchResultListener *listener) const =0
 
virtual void DescribeTo (::std::ostream *os) const =0
 
virtual void DescribeNegationTo (::std::ostream *os) const
 

Detailed Description

template<typename T>
class testing::MatcherInterface< T >

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

Member Function Documentation

template<typename T>
virtual bool testing::MatcherInterface< T >::MatchAndExplain ( x,
MatchResultListener listener 
) const
pure virtual
virtual void testing::MatcherDescriberInterface::DescribeTo ( ::std::ostream *  os) const
pure virtualinherited
virtual void testing::MatcherDescriberInterface::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtualinherited

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