#include <stablesum.h>
Public Member Functions | |
StableSum () | |
StableSum (const T &init) | |
void | operator+= (const T &input) |
void | operator-= (const T &input) |
operator typename std::remove_const< T >::type () const | |
Private Attributes | |
std::remove_const< T >::type | sum |
Definition at line 26 of file stablesum.h.
StableSum | ( | ) |
Definition at line 31 of file stablesum.h.
StableSum | ( | const T & | init | ) |
Definition at line 32 of file stablesum.h.
operator typename std::remove_const< T >::type | ( | ) | const |
Definition at line 44 of file stablesum.h.
References StableSum< T >::sum.
void operator+= | ( | const T & | input | ) |
Definition at line 34 of file stablesum.h.
void operator-= | ( | const T & | input | ) |
Definition at line 39 of file stablesum.h.
|
private |
Definition at line 28 of file stablesum.h.
Referenced by StableSum< T >::operator typename std::remove_const< T >::type(), StableSum< double >::operator+=(), and soplex::operator<<().