X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FStatisticAccumulator.hh;fp=senf%2FUtils%2FStatisticAccumulator.hh;h=69e1de5fcb3b12b88f02a116bbbdc55f8bcfcaaf;hb=361dadb25cc8d7b00d5098d1783c4b1a12daa144;hp=ab7697972fcc22c03154e488a56e384d9e387ad5;hpb=155af7f1e42a94e986378b8a7a129a00601c048c;p=senf.git diff --git a/senf/Utils/StatisticAccumulator.hh b/senf/Utils/StatisticAccumulator.hh index ab76979..69e1de5 100644 --- a/senf/Utils/StatisticAccumulator.hh +++ b/senf/Utils/StatisticAccumulator.hh @@ -33,6 +33,7 @@ // Custom includes #include #include +#include ///////////////////////////////hh.p//////////////////////////////////////// namespace senf { @@ -55,6 +56,8 @@ namespace senf { boost::uint32_t count; }; + std::ostream & operator<<(std::ostream & os, StatisticsData const & _data); + /** \brief Accumulate measurement values The accumulator mainly do the prelimenary work for the senf::Statistic class.