Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/util/aggregator/Float64Sum.hpp>
Inherits AbstractFloat64Aggregator.
Sums up numeric values extracted from a set of entries in a Map.
All the extracted Number objects will be treated as float64_t values.
Public Types |
|||||||
| typedef spec::Handle | Handle | ||||||
| Float64Sum Handle definition. | |||||||
| typedef spec::View | View | ||||||
| Float64Sum View definition. | |||||||
| typedef spec::Holder | Holder | ||||||
| Float64Sum Holder definition. | |||||||
Protected Member Functions |
|||||||
| Float64Sum () | |||||||
| Default constructor (necessary for the PortableObject interface). | |||||||
| Float64Sum (ValueExtractor::View vExtractor) | |||||||
| Construct a Float64Sum aggregator. | |||||||
| virtual void | init (bool fFinal) | ||||||
Initialize the aggregation result.
|
|||||||
| virtual void | process (Object::View v, bool fFinal) | ||||||
| Incorporate one aggregatable value into the result.
If the
|
|||||||
| Float64Sum | ( | ValueExtractor::View | vExtractor | ) | [protected] |
Construct a Float64Sum aggregator.
| vExtractor | the extractor that provides a value in the form of any object that is a Number |
The documentation for this class was generated from the following file: