|
EMANE
1.0.1
|
Go to the source code of this file.
Classes | |
| class | EMANE::StatisticNumeric< T > |
| Defines a numeric statistic and its operations. More... | |
Namespaces | |
| EMANE | |
Functions | |
| template<typename T > | |
| bool | operator<= (const T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| bool | operator>= (const T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| bool | operator> (const T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| bool | operator< (const T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| bool | operator== (const T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| bool | operator!= (const T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| T | operator+ (const T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| T | operator- (const T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| T | operator* (const T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| T | operator/ (const T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| T & | operator+= (T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| T & | operator-= (T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| T & | operator*= (T &val, const EMANE::StatisticNumeric< T > &stat) |
| template<typename T > | |
| T & | operator/= (T &val, const EMANE::StatisticNumeric< T > &stat) |
| bool operator!= | ( | const T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 457 of file statisticnumeric.inl.
| T operator* | ( | const T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 475 of file statisticnumeric.inl.
| T& operator*= | ( | T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 499 of file statisticnumeric.inl.
| T operator+ | ( | const T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 463 of file statisticnumeric.inl.
| T& operator+= | ( | T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 487 of file statisticnumeric.inl.
| T operator- | ( | const T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 469 of file statisticnumeric.inl.
| T& operator-= | ( | T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 493 of file statisticnumeric.inl.
| T operator/ | ( | const T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 481 of file statisticnumeric.inl.
| T& operator/= | ( | T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 505 of file statisticnumeric.inl.
| bool operator< | ( | const T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 445 of file statisticnumeric.inl.
| bool operator<= | ( | const T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 427 of file statisticnumeric.inl.
| bool operator== | ( | const T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 451 of file statisticnumeric.inl.
| bool operator> | ( | const T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 439 of file statisticnumeric.inl.
| bool operator>= | ( | const T & | val, |
| const EMANE::StatisticNumeric< T > & | stat | ||
| ) |
Definition at line 433 of file statisticnumeric.inl.