INET Framework for OMNeT++/OMNEST
inet::WeightedHistogramRecorder::cWeight Class Reference

#include <ResultRecorders.h>

Inheritance diagram for inet::WeightedHistogramRecorder::cWeight:

Public Member Functions

 cWeight (double weight)
 
double getWeight () const
 

Protected Attributes

const double weight
 

Constructor & Destructor Documentation

◆ cWeight()

inet::WeightedHistogramRecorder::cWeight::cWeight ( double  weight)
inline
66 : weight(weight) {}

Member Function Documentation

◆ getWeight()

double inet::WeightedHistogramRecorder::cWeight::getWeight ( ) const
inline
67 { return weight; }

Member Data Documentation

◆ weight

const double inet::WeightedHistogramRecorder::cWeight::weight
protected

The documentation for this class was generated from the following file:
inet::WeightedHistogramRecorder::cWeight::weight
const double weight
Definition: ResultRecorders.h:63