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

#include <gmock-matchers.h>

Public Member Functions

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

Detailed Description

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

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

Constructor & Destructor Documentation

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

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

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

Member Function Documentation

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

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