#include <iostream>
#include <map>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | Statistics::QuantityData |
class | Statistics |
A class to compute statistics about quantities of interest. More... | |
struct | StatisticsException |
Macros | |
#define | STATISTICS_MAX_NAME_LENGTH 60 |
Functions | |
Statistics & | getStatistics () |
#define STATISTICS_MAX_NAME_LENGTH 60 |
Definition at line 25 of file statistics.hh.
Statistics& getStatistics | ( | ) |
Definition at line 26 of file statistics.cpp.