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

#include <gmock-matchers.h>

Public Member Functions

 EachMatcher (M m)
 
template<typename Container >
 operator Matcher< Container > () const
 

Detailed Description

template<typename M>
class testing::internal::EachMatcher< M >

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

Constructor & Destructor Documentation

template<typename M >
testing::internal::EachMatcher< M >::EachMatcher ( m)
inlineexplicit

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

Member Function Documentation

template<typename M >
template<typename Container >
testing::internal::EachMatcher< M >::operator Matcher< Container > ( ) const
inline

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

References GTEST_DISALLOW_ASSIGN_, and testing::MakeMatcher().

Here is the call graph for this function:


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