GNU Radio's DSD Package
testing::internal::FloatingEqMatcher< FloatType >::Impl< T > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::FloatingEqMatcher< FloatType >::Impl< T >:
testing::MatcherInterface< T > testing::MatcherInterface< T > testing::MatcherDescriberInterface testing::MatcherDescriberInterface testing::MatcherDescriberInterface testing::MatcherDescriberInterface

Public Member Functions

 Impl (FloatType rhs, bool nan_eq_nan, FloatType max_abs_error)
virtual bool MatchAndExplain (T value, MatchResultListener *) const
virtual void DescribeTo (::std::ostream *os) const
virtual void DescribeNegationTo (::std::ostream *os) const
 Impl (FloatType rhs, bool nan_eq_nan, FloatType max_abs_error)
virtual bool MatchAndExplain (T value, MatchResultListener *) const
virtual void DescribeTo (::std::ostream *os) const
virtual void DescribeNegationTo (::std::ostream *os) const
Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()
virtual ~MatcherDescriberInterface ()

Constructor & Destructor Documentation

◆ Impl() [1/2]

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

◆ Impl() [2/2]

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

Member Function Documentation

◆ DescribeNegationTo() [1/2]

template<typename FloatType>
template<typename T>
virtual void testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::DescribeNegationTo ( ::std::ostream * os) const
inlinevirtual

◆ DescribeNegationTo() [2/2]

template<typename FloatType>
template<typename T>
virtual void testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::DescribeNegationTo ( ::std::ostream * os) const
inlinevirtual

◆ DescribeTo() [1/2]

template<typename FloatType>
template<typename T>
virtual void testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::DescribeTo ( ::std::ostream * os) const
inlinevirtual

◆ DescribeTo() [2/2]

template<typename FloatType>
template<typename T>
virtual void testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::DescribeTo ( ::std::ostream * os) const
inlinevirtual

◆ MatchAndExplain() [1/2]

template<typename FloatType>
template<typename T>
virtual bool testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::MatchAndExplain ( T value,
MatchResultListener *  ) const
inlinevirtual

◆ MatchAndExplain() [2/2]

template<typename FloatType>
template<typename T>
virtual bool testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::MatchAndExplain ( T value,
MatchResultListener *  ) const
inlinevirtual

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