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

#include <gtest.h>

Static Public Member Functions

template<typename T1 , typename T2 >
static AssertionResult Compare (const char *lhs_expression, const char *rhs_expression, const T1 &lhs, const T2 &rhs, typename EnableIf<!is_pointer< T2 >::value >::type *=0)
 
template<typename T >
static AssertionResult Compare (const char *lhs_expression, const char *rhs_expression, Secret *, T *rhs)
 

Detailed Description

template<>
class testing::internal::EqHelper< true >

Definition at line 1441 of file gtest.h.

Member Function Documentation

template<typename T1 , typename T2 >
static AssertionResult testing::internal::EqHelper< true >::Compare ( const char *  lhs_expression,
const char *  rhs_expression,
const T1 &  lhs,
const T2 &  rhs,
typename EnableIf<!is_pointer< T2 >::value >::type *  = 0 
)
inlinestatic

Definition at line 1448 of file gtest.h.

References testing::internal::CmpHelperEQ().

Here is the call graph for this function:

template<typename T >
static AssertionResult testing::internal::EqHelper< true >::Compare ( const char *  lhs_expression,
const char *  rhs_expression,
Secret *  ,
T *  rhs 
)
inlinestatic

Definition at line 1465 of file gtest.h.

References testing::internal::CmpHelperEQ().

Here is the call graph for this function:


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