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

#include <gmock-matchers.h>

Public Member Functions

template<typename Iter >
 ElementsAreArrayMatcher (Iter first, Iter last)
 
template<typename Container >
 operator Matcher< Container > () const
 

Detailed Description

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

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

Constructor & Destructor Documentation

template<typename T>
template<typename Iter >
testing::internal::ElementsAreArrayMatcher< T >::ElementsAreArrayMatcher ( Iter  first,
Iter  last 
)
inline

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

Member Function Documentation

template<typename T>
template<typename Container >
testing::internal::ElementsAreArrayMatcher< T >::operator Matcher< Container > ( ) const
inline

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