X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FStatistics.hh;h=41ead1aa8a1c491bdb1d7b721d1b77d02d28a7a0;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=3093b1ca0b4a8d399edfda8bbac2b4cc53872e03;hpb=2ed56fbec2aa25bf4a8b13e6a06ec90e9dcc1fec;p=senf.git diff --git a/senf/Utils/Statistics.hh b/senf/Utils/Statistics.hh index 3093b1c..41ead1a 100644 --- a/senf/Utils/Statistics.hh +++ b/senf/Utils/Statistics.hh @@ -465,6 +465,10 @@ namespace senf { ///< Same as operator() with \a min == \a avg == \a max /**< Provided so a Statistics instance can be directly used as a signal target. */ + void operator()(StatisticsData const & data); + ///< Same as operator(), but imports statistics data from a StatisticsData object + /**< Provided so a Statistics instance can be directly used + as a signal target. */ template void operator()(unsigned n, StatisticAccumulator & sa); ///< Same as operator() gathers values from StatisticAccumulator