#include <statisticsgatherers.h>
Public Member Functions | |
IndexedValue (int i=0, double v=0.0) | |
int | getIndex (void) |
double | getValue (void) const |
bool | operator< (const IndexedValue &B) const |
bool | operator!= (const IndexedValue &B) const |
Private Attributes | |
int | index |
double | value |
|
Definition at line 63 of file statisticsgatherers.h. |
|
Definition at line 67 of file statisticsgatherers.h. |
|
Definition at line 72 of file statisticsgatherers.h. Referenced by operator!=(), and operator<(). |
|
Definition at line 82 of file statisticsgatherers.h. |
|
Definition at line 77 of file statisticsgatherers.h. |
|
Definition at line 59 of file statisticsgatherers.h. Referenced by getIndex(), and IndexedValue(). |
|
Definition at line 60 of file statisticsgatherers.h. Referenced by getValue(), IndexedValue(), operator!=(), and operator<(). |