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

#include <gmock-matchers.h>

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

Public Member Functions

 BothOfMatcherImpl (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::BothOfMatcherImpl< T >

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

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

Implements testing::MatcherDescriberInterface.

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

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

Reimplemented from testing::MatcherDescriberInterface.

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

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

Implements testing::MatcherInterface< T >.

Definition at line 1513 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: