#include <Stats.h>
Public Member Functions | |
DoubleListCStats (std::string name, std::string child_name) | |
DoubleListCStats () | |
virtual int | getCount () |
void | getElem (int pos, stat_t &v1, stat_t &v2) |
stat_t | getElem (int idx) |
void | new_value (T value1, int pos1, T value2, int pos2) |
Private Types | |
typedef CStats< T >::stat_t | stat_t |
typedef CStats<T>::stat_t DoubleListCStats< T >::stat_t [private] |
Reimplemented from ListCStats< T >.
DoubleListCStats< T >::DoubleListCStats | ( | std::string | name, |
std::string | child_name | ||
) | [inline] |
DoubleListCStats< T >::DoubleListCStats | ( | ) | [inline] |
virtual int DoubleListCStats< T >::getCount | ( | ) | [inline, virtual] |
Reimplemented from ListCStats< T >.
void DoubleListCStats< T >::getElem | ( | int | pos, |
stat_t & | v1, | ||
stat_t & | v2 | ||
) | [inline] |
stat_t DoubleListCStats< T >::getElem | ( | int | idx | ) | [inline, virtual] |
Reimplemented from ListCStats< T >.
void DoubleListCStats< T >::new_value | ( | T | value1, |
int | pos1, | ||
T | value2, | ||
int | pos2 | ||
) | [inline] |