#include "Histogram.h"
Include dependency graph for Histogram.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, Histogram &histogram) |
Streaming operator that reads a Histogram from a stream. | |
Out & | operator<< (Out &stream, Histogram &histogram) |
Streaming operator that writes a Histogram to a stream. |
Definition in file Histogram.cpp.
|
Streaming operator that reads a Histogram from a stream.
Definition at line 138 of file Histogram.cpp. |
|
Streaming operator that writes a Histogram to a stream.
Definition at line 144 of file Histogram.cpp. |