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::WhenSortedByMatcher< Comparator, ContainerMatcher > Class Template Reference

#include <gmock-matchers.h>

Classes

class  Impl
 

Public Member Functions

 WhenSortedByMatcher (const Comparator &comparator, const ContainerMatcher &matcher)
 
template<typename LhsContainer >
 operator Matcher< LhsContainer > () const
 

Detailed Description

template<typename Comparator, typename ContainerMatcher>
class testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >

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

Constructor & Destructor Documentation

template<typename Comparator, typename ContainerMatcher>
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::WhenSortedByMatcher ( const Comparator &  comparator,
const ContainerMatcher &  matcher 
)
inline

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

Member Function Documentation

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::operator Matcher< LhsContainer > ( ) const
inline

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

References testing::MakeMatcher().

Here is the call graph for this function:


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