#include <gmock.h>
Classes | |
class | Impl |
Public Member Functions | |
FloatingEqMatcher (FloatType rhs, bool nan_eq_nan) | |
FloatingEqMatcher (FloatType rhs, bool nan_eq_nan, FloatType max_abs_error) | |
FloatingEqMatcher (FloatType rhs, bool nan_eq_nan) | |
FloatingEqMatcher (FloatType rhs, bool nan_eq_nan, FloatType max_abs_error) | |
operator Matcher< const FloatType & > () const | |
operator Matcher< const FloatType & > () const | |
operator Matcher< FloatType & > () const | |
operator Matcher< FloatType & > () const | |
operator Matcher< FloatType > () const | |
operator Matcher< FloatType > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (FloatingEqMatcher) | |
GTEST_DISALLOW_ASSIGN_ (FloatingEqMatcher) | |
Private Attributes | |
const FloatType | max_abs_error_ |
const bool | nan_eq_nan_ |
const FloatType | rhs_ |
Definition at line 6464 of file fused-src/gmock/gmock.h.
testing::internal::FloatingEqMatcher< FloatType >::FloatingEqMatcher | ( | FloatType | rhs, |
bool | nan_eq_nan | ||
) | [inline] |
Definition at line 6472 of file fused-src/gmock/gmock.h.
testing::internal::FloatingEqMatcher< FloatType >::FloatingEqMatcher | ( | FloatType | rhs, |
bool | nan_eq_nan, | ||
FloatType | max_abs_error | ||
) | [inline] |
Definition at line 6479 of file fused-src/gmock/gmock.h.
testing::internal::FloatingEqMatcher< FloatType >::FloatingEqMatcher | ( | FloatType | rhs, |
bool | nan_eq_nan | ||
) | [inline] |
Definition at line 1820 of file gmock-matchers.h.
testing::internal::FloatingEqMatcher< FloatType >::FloatingEqMatcher | ( | FloatType | rhs, |
bool | nan_eq_nan, | ||
FloatType | max_abs_error | ||
) | [inline] |
Definition at line 1827 of file gmock-matchers.h.
testing::internal::FloatingEqMatcher< FloatType >::GTEST_DISALLOW_ASSIGN_ | ( | FloatingEqMatcher< FloatType > | ) | [private] |
testing::internal::FloatingEqMatcher< FloatType >::GTEST_DISALLOW_ASSIGN_ | ( | FloatingEqMatcher< FloatType > | ) | [private] |
testing::internal::FloatingEqMatcher< FloatType >::operator Matcher< const FloatType & > | ( | ) | const [inline] |
Definition at line 1927 of file gmock-matchers.h.
testing::internal::FloatingEqMatcher< FloatType >::operator Matcher< const FloatType & > | ( | ) | const [inline] |
Definition at line 6579 of file fused-src/gmock/gmock.h.
testing::internal::FloatingEqMatcher< FloatType >::operator Matcher< FloatType & > | ( | ) | const [inline] |
Definition at line 1932 of file gmock-matchers.h.
testing::internal::FloatingEqMatcher< FloatType >::operator Matcher< FloatType & > | ( | ) | const [inline] |
Definition at line 6584 of file fused-src/gmock/gmock.h.
testing::internal::FloatingEqMatcher< FloatType >::operator Matcher< FloatType > | ( | ) | const [inline] |
Definition at line 1923 of file gmock-matchers.h.
testing::internal::FloatingEqMatcher< FloatType >::operator Matcher< FloatType > | ( | ) | const [inline] |
Definition at line 6575 of file fused-src/gmock/gmock.h.
const FloatType testing::internal::FloatingEqMatcher< FloatType >::max_abs_error_ [private] |
Definition at line 6592 of file fused-src/gmock/gmock.h.
const bool testing::internal::FloatingEqMatcher< FloatType >::nan_eq_nan_ [private] |
Definition at line 6590 of file fused-src/gmock/gmock.h.
const FloatType testing::internal::FloatingEqMatcher< FloatType >::rhs_ [private] |
Definition at line 6589 of file fused-src/gmock/gmock.h.