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

#include <gmock-matchers.h>

Public Member Functions

 UnorderedElementsAreMatcher (const MatcherTuple &args)
 
template<typename Container >
 operator Matcher< Container > () const
 

Detailed Description

template<typename MatcherTuple>
class testing::internal::UnorderedElementsAreMatcher< MatcherTuple >

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

Constructor & Destructor Documentation

template<typename MatcherTuple>
testing::internal::UnorderedElementsAreMatcher< MatcherTuple >::UnorderedElementsAreMatcher ( const MatcherTuple args)
inlineexplicit

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

Member Function Documentation

template<typename MatcherTuple>
template<typename Container >
testing::internal::UnorderedElementsAreMatcher< MatcherTuple >::operator Matcher< Container > ( ) const
inline

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

References GTEST_DISALLOW_ASSIGN_, GTEST_REMOVE_REFERENCE_AND_CONST_, testing::MakeMatcher(), and testing::internal::TransformTupleValues().

Here is the call graph for this function:


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