about summary refs log tree commit diff stats
path: root/histogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'histogram.h')
-rw-r--r--histogram.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/histogram.h b/histogram.h index 5aa2560..76d8f1b 100644 --- a/histogram.h +++ b/histogram.h
@@ -10,6 +10,7 @@ class histogram {
10 void add(const T& inst); 10 void add(const T& inst);
11 void compile(); 11 void compile();
12 const T& next() const; 12 const T& next() const;
13 void print() const;
13 14
14 private: 15 private:
15 std::map<T, int> freqtable; 16 std::map<T, int> freqtable;