Static Public Member Functions
testing::internal::EqHelper< true > Class Template Reference

#include <gtest.h>

List of all members.

Static Public Member Functions

template<typename T1 , typename T2 >
static AssertionResult Compare (const char *expected_expression, const char *actual_expression, const T1 &expected, const T2 &actual, typename EnableIf<!is_pointer< T2 >::value >::type *=0)
template<typename T >
static AssertionResult Compare (const char *expected_expression, const char *actual_expression, Secret *, T *actual)

Detailed Description

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

Definition at line 18919 of file gtest.h.


Member Function Documentation

template<typename T1 , typename T2 >
static AssertionResult testing::internal::EqHelper< true >::Compare ( const char *  expected_expression,
const char *  actual_expression,
const T1 &  expected,
const T2 &  actual,
typename EnableIf<!is_pointer< T2 >::value >::type = 0 
) [inline, static]

Definition at line 18926 of file gtest.h.

template<typename T >
static AssertionResult testing::internal::EqHelper< true >::Compare ( const char *  expected_expression,
const char *  actual_expression,
Secret *  ,
T *  actual 
) [inline, static]

Definition at line 18944 of file gtest.h.


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


upstream_src
Author(s):
autogenerated on Mon Oct 6 2014 10:27:43