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

#include <gmock-matchers.h>

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

Public Member Functions

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

Detailed Description

template<typename T>
class testing::internal::AnyMatcherImpl< T >

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

Member Function Documentation

template<typename T >
virtual bool testing::internal::AnyMatcherImpl< T >::MatchAndExplain ( ,
MatchResultListener  
) const
inlinevirtual

Implements testing::MatcherInterface< T >.

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

template<typename T >
virtual void testing::internal::AnyMatcherImpl< T >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

Implements testing::MatcherDescriberInterface.

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

template<typename T >
virtual void testing::internal::AnyMatcherImpl< T >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

Reimplemented from testing::MatcherDescriberInterface.

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


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