Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::FloatingEqMatcher< FloatType > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>

Classes

class  Impl
 

Public Member Functions

 FloatingEqMatcher (FloatType expected, bool nan_eq_nan)
 
 FloatingEqMatcher (FloatType expected, bool nan_eq_nan, FloatType max_abs_error)
 
 operator Matcher< FloatType > () const
 
 operator Matcher< const FloatType & > () const
 
 operator Matcher< FloatType & > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (FloatingEqMatcher)
 

Private Attributes

const FloatType expected_
 
const bool nan_eq_nan_
 
const FloatType max_abs_error_
 

Detailed Description

template<typename FloatType>
class testing::internal::FloatingEqMatcher< FloatType >

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

View newest version in sPHENIX GitHub at line 1888 of file gmock-matchers.h

Constructor & Destructor Documentation

template<typename FloatType>
testing::internal::FloatingEqMatcher< FloatType >::FloatingEqMatcher ( FloatType  expected,
bool  nan_eq_nan 
)
inline

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

View newest version in sPHENIX GitHub at line 1896 of file gmock-matchers.h

template<typename FloatType>
testing::internal::FloatingEqMatcher< FloatType >::FloatingEqMatcher ( FloatType  expected,
bool  nan_eq_nan,
FloatType  max_abs_error 
)
inline

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

View newest version in sPHENIX GitHub at line 1903 of file gmock-matchers.h

References GTEST_CHECK_.

Member Function Documentation

template<typename FloatType>
testing::internal::FloatingEqMatcher< FloatType >::GTEST_DISALLOW_ASSIGN_ ( FloatingEqMatcher< FloatType >  )
private
template<typename FloatType>
testing::internal::FloatingEqMatcher< FloatType >::operator Matcher< const FloatType & > ( ) const
inline

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

View newest version in sPHENIX GitHub at line 2021 of file gmock-matchers.h

References testing::internal::FloatingEqMatcher< FloatType >::expected_, testing::MakeMatcher(), testing::internal::FloatingEqMatcher< FloatType >::max_abs_error_, and testing::internal::FloatingEqMatcher< FloatType >::nan_eq_nan_.

+ Here is the call graph for this function:

template<typename FloatType>
testing::internal::FloatingEqMatcher< FloatType >::operator Matcher< FloatType & > ( ) const
inline

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

View newest version in sPHENIX GitHub at line 2026 of file gmock-matchers.h

References testing::internal::FloatingEqMatcher< FloatType >::expected_, testing::MakeMatcher(), testing::internal::FloatingEqMatcher< FloatType >::max_abs_error_, and testing::internal::FloatingEqMatcher< FloatType >::nan_eq_nan_.

+ Here is the call graph for this function:

template<typename FloatType>
testing::internal::FloatingEqMatcher< FloatType >::operator Matcher< FloatType > ( ) const
inline

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

View newest version in sPHENIX GitHub at line 2016 of file gmock-matchers.h

References testing::internal::FloatingEqMatcher< FloatType >::expected_, testing::MakeMatcher(), testing::internal::FloatingEqMatcher< FloatType >::max_abs_error_, and testing::internal::FloatingEqMatcher< FloatType >::nan_eq_nan_.

+ Here is the call graph for this function:

Member Data Documentation


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