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

#include <gmock-matchers.h>

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

Public Member Functions

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

Detailed Description

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

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

Constructor & Destructor Documentation

template<typename T >
testing::internal::EitherOfMatcherImpl< T >::EitherOfMatcherImpl ( const Matcher< T > &  matcher1,
const Matcher< T > &  matcher2 
)
inline

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

Member Function Documentation

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

Implements testing::MatcherDescriberInterface.

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

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

Reimplemented from testing::MatcherDescriberInterface.

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

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

Implements testing::MatcherInterface< T >.

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

References testing::Args(), GTEST_DISALLOW_ASSIGN_, and testing::StringMatchResultListener::str().

Here is the call graph for this function:


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