#include <coherence/util/aggregator/Float64Sum.hpp>
Inherits AbstractFloat64Aggregator.
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 |