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

#include <gmock-matchers.h>

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

Public Member Functions

 NotMatcherImpl (const Matcher< T > &matcher)
 
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 

Detailed Description

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

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

Constructor & Destructor Documentation

template<typename T >
testing::internal::NotMatcherImpl< T >::NotMatcherImpl ( const Matcher< T > &  matcher)
inlineexplicit

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

Member Function Documentation

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

Implements testing::MatcherInterface< T >.

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

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

Implements testing::MatcherDescriberInterface.

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

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

Reimplemented from testing::MatcherDescriberInterface.

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

References GTEST_DISALLOW_ASSIGN_.


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