#include <ErrorPropogationTypes.h>
Public Member Functions | |
count_t () | |
count_t (unsigned long n) | |
double | error () const |
unsigned long | error2 () const |
unsigned long | operator() () const |
count_t | operator++ () |
count_t | operator+= (const count_t &R) |
bool | operator< (const count_t &R) const |
double | relative_error () const |
Private Attributes | |
unsigned long | count |
Definition at line 7 of file ErrorPropogationTypes.h.
|
inline |
Definition at line 14 of file ErrorPropogationTypes.h.
|
inline |
Definition at line 15 of file ErrorPropogationTypes.h.
|
inline |
Definition at line 27 of file ErrorPropogationTypes.h.
References count, and mathSSE::sqrt().
Referenced by Page1Parser.Page1Parser::check_for_whole_start_tag().
|
inline |
|
inline |
|
inline |
Definition at line 21 of file ErrorPropogationTypes.h.
References count, and dttmaxenums::R.
|
inline |
Definition at line 16 of file ErrorPropogationTypes.h.
References count, and dttmaxenums::R.
|
inline |
|
private |
Definition at line 11 of file ErrorPropogationTypes.h.
Referenced by error(), error2(), operator()(), operator++(), operator+=(), operator<(), and relative_error().