Public Member Functions | |
MetricList () | |
virtual | ~MetricList () |
void | addMetric (Metric *m) |
void | empty () |
int | length () |
Metric * | getMetric (int i) |
Metric * | getMetric (const char *name) |
Protected Member Functions | |
void | addNewMetric (Metric *m) |
int | find (const char *name) |
Protected Attributes | |
Metric ** | list_ |
int | listLength_ |
int | metricCount_ |
Definition at line 52 of file metric.h.