senf::detail::StatisticsLogger< Stream, Area, Level > Struct Template Reference

Inheritance diagram for senf::detail::StatisticsLogger< Stream, Area, Level >:
Inheritance graph
[legend]

List of all members.


Detailed Description

template<class Stream = void, class Area = void, class Level = void>
struct senf::detail::StatisticsLogger< Stream, Area, Level >

Definition at line 64 of file StatisticsTargets.ih.


Public Member Functions

  StatisticsLogger (std::string const &label_)
void  operator() (float min, float avg, float max, float dev)

Public Attributes

std::string  label

Constructor & Destructor Documentation

template<class Stream , class Area , class Level >
senf::detail::StatisticsLogger< Stream, Area, Level >::
StatisticsLogger ( std::string const &  label_ )

Definition at line 38 of file StatisticsTargets.cti.


Member Function Documentation

template<class Stream , class Area , class Level >
void senf::detail::StatisticsLogger< Stream, Area, Level >::
operator() ( float  min,
float  avg,
float  max,
float  dev )

Definition at line 37 of file StatisticsTargets.ct.


Member Data Documentation

template<class Stream = void, class Area = void, class Level = void>
std::string senf::detail::StatisticsLogger< Stream, Area, Level >::
label

Definition at line 70 of file StatisticsTargets.ih.


The documentation for this struct was generated from the following files: