Definition at line 836 of file gui.cpp.
gui::hit_rate_comparator::hit_rate_comparator |
( |
bool |
reverse | ) |
|
|
inlineexplicit |
bool gui::hit_rate_comparator::operator() |
( |
mon_channel const & |
first, |
|
|
mon_channel const & |
second |
|
) |
| |
|
inline |
Definition at line 848 of file gui.cpp.
851 ? first.mean() < second.mean()
852 : first.mean() > second.mean();
bool gui::hit_rate_comparator::m_reverse |
|
private |
The documentation for this class was generated from the following file: