#include <coherence/util/aggregator/ComparableMin.hpp>
Inherits AbstractComparableAggregator.
This aggregator is most commonly used with values of type String or Date.
Public Types | |||||||
| typedef spec::Handle | Handle | ||||||
| ComparableMin Handle definition. | |||||||
| typedef spec::View | View | ||||||
| ComparableMin View definition. | |||||||
| typedef spec::Holder | Holder | ||||||
| ComparableMin Holder definition. | |||||||
Protected Member Functions | |||||||
| ComparableMin () | |||||||
| Default constructor (necessary for the PortableObject interface). | |||||||
| ComparableMin (ValueExtractor::View vExtractor) | |||||||
| Construct a ComparableMin aggregator. | |||||||
| virtual void | process (Object::View v, bool fFinal) | ||||||
| Incorporate one aggregatable value into the result.
If the
| |||||||
| ComparableMin | ( | ValueExtractor::View | vExtractor | ) | [protected] |
Construct a ComparableMin aggregator.
| vExtractor | the extractor that provides a value in the form of any object that is a Number |