#include <stat.hh>
Inheritance diagram for oln::utils::f_minmax< T >:


Public Member Functions | |
| void | operator() (const T &val) |
| void | reset () |
| bool | valued () const |
| True if a value has been tested. | |
| size_t | count () const |
| Number of value has been tested. | |
| const T | min () const |
| Minimum found. | |
| const T | max () const |
| Maximum found. | |
Protected Attributes | |
| size_t | count_ |
| T | min_ |
| T | max_ |
Definition at line 40 of file utils/stat.hh.
1.3.6-20040222