Qucs-core  0.0.19
Static Public Member Functions
testing::internal::EqHelper< lhs_is_null_literal > Class Template Reference

#include <gtest.h>

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)
static AssertionResult Compare (const char *expected_expression, const char *actual_expression, BiggestInt expected, BiggestInt actual)
template<typename T1 , typename T2 >
static AssertionResult Compare (const char *expected_expression, const char *actual_expression, const T1 &expected, const T2 &actual)
static AssertionResult Compare (const char *expected_expression, const char *actual_expression, BiggestInt expected, BiggestInt actual)

Detailed Description

template<bool lhs_is_null_literal>
class testing::internal::EqHelper< lhs_is_null_literal >

Definition at line 18889 of file fused-src/gtest/gtest.h.


Member Function Documentation

template<bool lhs_is_null_literal>
template<typename T1 , typename T2 >
static AssertionResult testing::internal::EqHelper< lhs_is_null_literal >::Compare ( const char *  expected_expression,
const char *  actual_expression,
const T1 &  expected,
const T2 &  actual 
) [inline, static]

Definition at line 1480 of file include/gtest/gtest.h.

template<bool lhs_is_null_literal>
static AssertionResult testing::internal::EqHelper< lhs_is_null_literal >::Compare ( const char *  expected_expression,
const char *  actual_expression,
BiggestInt  expected,
BiggestInt  actual 
) [inline, static]

Definition at line 1494 of file include/gtest/gtest.h.

template<bool lhs_is_null_literal>
template<typename T1 , typename T2 >
static AssertionResult testing::internal::EqHelper< lhs_is_null_literal >::Compare ( const char *  expected_expression,
const char *  actual_expression,
const T1 &  expected,
const T2 &  actual 
) [inline, static]

Definition at line 18893 of file fused-src/gtest/gtest.h.

template<bool lhs_is_null_literal>
static AssertionResult testing::internal::EqHelper< lhs_is_null_literal >::Compare ( const char *  expected_expression,
const char *  actual_expression,
BiggestInt  expected,
BiggestInt  actual 
) [inline, static]

Definition at line 18907 of file fused-src/gtest/gtest.h.


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