#include <Stats.h>

Public Member Functions | |
| std::string & | getChildName () |
| virtual int | getCount () |
| virtual stat_t | getElem (int idx) |
| virtual void | init () |
| ListCStats (std::string name, std::string child_name) | |
| ListCStats () | |
| void | new_value (T value, int pos) |
Protected Attributes | |
| std::string | child_name |
| std::vector< stat_t > | v |
Private Types | |
| typedef CStats< T >::stat_t | stat_t |
typedef CStats<T>::stat_t ListCStats< T >::stat_t [private] |
Reimplemented in DoubleListCStats< T >, and DoubleListCStats< int >.
| ListCStats< T >::ListCStats | ( | std::string | name, |
| std::string | child_name | ||
| ) | [inline] |
| ListCStats< T >::ListCStats | ( | ) | [inline] |
| std::string& ListCStats< T >::getChildName | ( | ) | [inline] |
| virtual int ListCStats< T >::getCount | ( | ) | [inline, virtual] |
Reimplemented in DoubleListCStats< T >, and DoubleListCStats< int >.
| virtual stat_t ListCStats< T >::getElem | ( | int | idx | ) | [inline, virtual] |
Reimplemented in DoubleListCStats< T >, and DoubleListCStats< int >.
| virtual void ListCStats< T >::init | ( | ) | [inline, virtual] |
Reimplemented from CStats< T >.
| void ListCStats< T >::new_value | ( | T | value, |
| int | pos | ||
| ) | [inline] |
std::string ListCStats< T >::child_name [protected] |
std::vector<stat_t> ListCStats< T >::v [protected] |