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

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

Classes

class  Impl
 

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (FloatingEqMatcher)
 

Private Attributes

const bool nan_eq_nan_
 
const FloatType rhs_
 

Constructor & Destructor Documentation

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

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
template<typename FloatType>
testing::internal::FloatingEqMatcher< FloatType >::operator Matcher< FloatType & > ( ) const
inline
template<typename FloatType>
testing::internal::FloatingEqMatcher< FloatType >::operator Matcher< FloatType > ( ) const
inline

Member Data Documentation

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

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