Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::FloatingEqMatcher< FloatType >::Impl< T > Class Template Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-matchers.h>

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

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

const bool nan_eq_nan_
 
const FloatType rhs_
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from testing::MatcherInterface< T >.

template<typename FloatType>
template<typename T >
virtual void testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual
template<typename FloatType>
template<typename T >
testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::GTEST_DISALLOW_ASSIGN_ ( Impl< T >  )
private
template<typename FloatType>
template<typename T >
virtual bool testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::MatchAndExplain ( value,
MatchResultListener  
) const
inlinevirtual

Member Data Documentation

template<typename FloatType>
template<typename T >
const bool testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::nan_eq_nan_
private
template<typename FloatType>
template<typename T >
const FloatType testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::rhs_
private

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