Public Member Functions | |
| ValWithError (A val__=0, A var__=0) | |
| operator A () | |
| template<class B > | |
| ValWithError< A > & | operator+= (const ValWithError< B > &b) |
| template<class B > | |
| ValWithError< A > & | operator-= (const ValWithError< B > &b) |
| template<class B > | |
| ValWithError< A > & | operator*= (const ValWithError< B > &b) |
| template<class B > | |
| ValWithError< A > & | operator/= (const ValWithError< B > &b) |
| template<class B > | |
| void | operator+= (B b) |
| template<class B > | |
| void | operator-= (B b) |
| template<class B > | |
| void | operator*= (B b) |
| template<class B > | |
| void | operator/= (B b) |
| A | stDev () const |
| A | var () const |
| A | val () const |
| void | setVal (A val__) |
| void | setVar (A var__) |
Protected Attributes | |
| A | val_ |
| A | variance_ |
| ValWithError< A >::ValWithError | ( | A | val__ = 0, |
|
| A | var__ = 0 | |||
| ) | [inline] |
| ValWithError< A >::operator A | ( | ) | [inline] |
| ValWithError<A>& ValWithError< A >::operator*= | ( | const ValWithError< B > & | b | ) | [inline] |
| ValWithError<A>& ValWithError< A >::operator+= | ( | const ValWithError< B > & | b | ) | [inline] |
| ValWithError<A>& ValWithError< A >::operator-= | ( | const ValWithError< B > & | b | ) | [inline] |
| ValWithError<A>& ValWithError< A >::operator/= | ( | const ValWithError< B > & | b | ) | [inline] |
| void ValWithError< A >::setVal | ( | A | val__ | ) | [inline] |
| void ValWithError< A >::setVar | ( | A | var__ | ) | [inline] |
| A ValWithError< A >::stDev | ( | ) | const [inline] |
| A ValWithError< A >::val | ( | ) | const [inline] |
| A ValWithError< A >::var | ( | ) | const [inline] |
A ValWithError< A >::val_ [protected] |
A ValWithError< A >::variance_ [protected] |
1.7.1