void add(const ObservationPtr &obs)
Adds a new observation.
bool del(const std::string &name)
Attempts to delete an observation.
ObservationPtr get(const std::string &name) const
attempts to get an observation
std::map< std::string, ObservationPtr > stats_
Statistics container.