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

#include <gmock-matchers.h>

Public Member Functions

 BoundSecondMatcher (const Tuple2Matcher &tm, const Second &second)
 
template<typename T >
 operator Matcher< T > () const
 
void operator= (const BoundSecondMatcher &)
 

Detailed Description

template<typename Tuple2Matcher, typename Second>
class testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >

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

Constructor & Destructor Documentation

template<typename Tuple2Matcher, typename Second>
testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::BoundSecondMatcher ( const Tuple2Matcher &  tm,
const Second &  second 
)
inline

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

Member Function Documentation

template<typename Tuple2Matcher, typename Second>
template<typename T >
testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::operator Matcher< T > ( ) const
inline

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

References testing::MakeMatcher().

Here is the call graph for this function:

template<typename Tuple2Matcher, typename Second>
void testing::internal::BoundSecondMatcher< Tuple2Matcher, Second >::operator= ( const BoundSecondMatcher< Tuple2Matcher, Second > &  )
inline

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

References GTEST_DISALLOW_ASSIGN_, GTEST_LOG_, and testing::internal::UniversalPrint().

Here is the call graph for this function:


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