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

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::LtMatcher< Rhs >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::LtMatcher< Rhs >:
Collaboration graph
[legend]

Public Member Functions

 LtMatcher (const Rhs &rhs)
 
 operator Matcher< Lhs > () const
 

Static Public Member Functions

static const char * Desc ()
 
static const char * NegatedDesc ()
 

Detailed Description

template<typename Rhs>
class testing::internal::LtMatcher< Rhs >

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

Constructor & Destructor Documentation

template<typename Rhs >
testing::internal::LtMatcher< Rhs >::LtMatcher ( const Rhs &  rhs)
inlineexplicit

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

Member Function Documentation

template<typename Rhs >
static const char* testing::internal::LtMatcher< Rhs >::Desc ( )
inlinestatic

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

template<typename Rhs >
static const char* testing::internal::LtMatcher< Rhs >::NegatedDesc ( )
inlinestatic

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

testing::internal::ComparisonBase< LtMatcher< Rhs > , Rhs, AnyLt >::operator Matcher< Lhs > ( ) const
inlineinherited

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