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

#include <gmock-matchers.h>

Public Member Functions

 EitherOfMatcher (Matcher1 matcher1, Matcher2 matcher2)
 
template<typename T >
 operator Matcher< T > () const
 

Detailed Description

template<typename Matcher1, typename Matcher2>
class testing::internal::EitherOfMatcher< Matcher1, Matcher2 >

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

Constructor & Destructor Documentation

template<typename Matcher1 , typename Matcher2 >
testing::internal::EitherOfMatcher< Matcher1, Matcher2 >::EitherOfMatcher ( Matcher1  matcher1,
Matcher2  matcher2 
)
inline

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

Member Function Documentation

template<typename Matcher1 , typename Matcher2 >
template<typename T >
testing::internal::EitherOfMatcher< Matcher1, Matcher2 >::operator Matcher< T > ( ) const
inline

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

References GTEST_DISALLOW_ASSIGN_.


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