Tomographer  v1.0a
Tomographer C++ Framework Documentation
Tomographer::MHRWStatsCollectorStatus< MHRWStatsCollector_ > Struct Template Reference

Template, specializable class to get status reports from stats collectors. More...

#include <tomographer/mhrw.h>

Public Types

typedef MHRWStatsCollector_ MHRWStatsCollector
 

Static Public Member Functions

static std::string getStatus (const MHRWStatsCollector *)
 Prepare a string which reports the status of the given stats collector. More...
 

Static Public Attributes

static constexpr bool CanProvideStatus = false
 

Detailed Description

template<typename MHRWStatsCollector_>
struct Tomographer::MHRWStatsCollectorStatus< MHRWStatsCollector_ >

Template, specializable class to get status reports from stats collectors.

Specialize this class for your stats collector to be able to provide a short status report. Just provide 2-3 lines with the most important information enough to provide a very basic overview, not a full-length report.

Definition at line 1124 of file mhrw.h.

Member Function Documentation

template<typename MHRWStatsCollector_ >
static std::string Tomographer::MHRWStatsCollectorStatus< MHRWStatsCollector_ >::getStatus ( const MHRWStatsCollector *  )
inlinestatic

Prepare a string which reports the status of the given stats collector.

Don't end your string with a newline, it will be added automatically.

Definition at line 1134 of file mhrw.h.


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