Code-Eli  0.3.6
tolerance_test_suite< data__ > Class Template Reference

#include <tolerance_test_suite.hpp>

Inheritance diagram for tolerance_test_suite< data__ >:
Collaboration diagram for tolerance_test_suite< data__ >:

Public Member Functions

 tolerance_test_suite ()
 
 ~tolerance_test_suite ()
 

Protected Member Functions

void AddTests (const float &)
 
void AddTests (const double &)
 
void AddTests (const long double &)
 

Private Types

typedef data__ data_type
 
typedef std::numeric_limits< data_typelimits_type
 

Private Member Functions

void exactly_equal_test ()
 
void approximately_equal_test ()
 
void approximately_less_than_test ()
 

Member Typedef Documentation

template<typename data__ >
typedef data__ tolerance_test_suite< data__ >::data_type
private
template<typename data__ >
typedef std::numeric_limits<data_type> tolerance_test_suite< data__ >::limits_type
private

Constructor & Destructor Documentation

template<typename data__ >
tolerance_test_suite< data__ >::tolerance_test_suite ( )
inline

Here is the call graph for this function:

template<typename data__ >
tolerance_test_suite< data__ >::~tolerance_test_suite ( )
inline

Member Function Documentation

template<typename data__ >
void tolerance_test_suite< data__ >::AddTests ( const float &  )
inlineprotected
template<typename data__ >
void tolerance_test_suite< data__ >::AddTests ( const double &  )
inlineprotected
template<typename data__ >
void tolerance_test_suite< data__ >::AddTests ( const long double &  )
inlineprotected
template<typename data__ >
void tolerance_test_suite< data__ >::approximately_equal_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void tolerance_test_suite< data__ >::approximately_less_than_test ( )
inlineprivate

Here is the call graph for this function:

template<typename data__ >
void tolerance_test_suite< data__ >::exactly_equal_test ( )
inlineprivate

Here is the call graph for this function:


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