SingleFieldCalculator

SingleFieldCalculator is a base class for the common case of calculators using a single field. Derived classes implement processNextField() rather than processNextLine().

Constructors

this
this(size_t fieldIndex)
Undocumented in source.

Members

Functions

fieldIndex
size_t fieldIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
getOperator
SingleFieldOperator getOperator()
Undocumented in source.
processNextField
void processNextField(char[] field)
Undocumented in source.
processNextLine
void processNextLine(char[][] fields)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Calculator

processNextLine
void processNextLine(char[][] fields)
Undocumented in source.
calculate
string calculate(UniqueKeyValuesLists valuesLists, SummarizerPrintOptions printOptions)
Undocumented in source.

Meta