IHistogram::IEntry< T > Struct Template Referenceabstract

Histogram entry. More...

#include "IHistogram.hpp"

+ Inheritance diagram for IHistogram::IEntry< T >:

Public Member Functions

virtual T value () const =0
 value
 
virtual int64_t count () const =0
 absolute frequency
 
- Public Member Functions inherited from ObjectBase
virtual void Delete ()
 

Detailed Description

template<typename T>
struct DM::IHistogram::IEntry< T >

Histogram entry.