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::BeginEndDistanceIsMatcher< DistanceMatcher > Class Template Reference

#include <gmock-matchers.h>

Classes

class  Impl
 

Public Member Functions

 BeginEndDistanceIsMatcher (const DistanceMatcher &distance_matcher)
 
template<typename Container >
 operator Matcher< Container > () const
 

Detailed Description

template<typename DistanceMatcher>
class testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >

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

Constructor & Destructor Documentation

template<typename DistanceMatcher >
testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::BeginEndDistanceIsMatcher ( const DistanceMatcher &  distance_matcher)
inlineexplicit

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

Member Function Documentation

template<typename DistanceMatcher >
template<typename Container >
testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::operator Matcher< Container > ( ) const
inline

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