MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
MFM::StatsRenderer< GC >::DataReporter Class Referenceabstract
Inheritance diagram for MFM::StatsRenderer< GC >::DataReporter:
MFM::StatsRenderer< GC >::CapturableStatistic MFM::StatsRenderer< GC >::ElementCount MFM::StatsRenderer< GC >::ElementDataSlotSum

Public Member Functions

virtual const char * GetLabel () const =0
 
virtual void GetValue (ByteSink &bs, bool endOfEpoch) const =0
 

Member Function Documentation

template<class GC>
virtual void MFM::StatsRenderer< GC >::DataReporter::GetValue ( ByteSink bs,
bool  endOfEpoch 
) const
pure virtual

Report the current associated data value to bs, in whatever form desired. This is to include everything but the GetLabel label, which is sometimes handled separately (e.g., in data files).

Implemented in MFM::StatsRenderer< GC >::ElementCount, and MFM::StatsRenderer< GC >::CapturableStatistic.


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