SummarizerBase

Undocumented in source.

Constructors

this
this(char inputFieldDelimiter, MissingFieldPolicy missingPolicy)
Undocumented in source.

Members

Functions

inputFieldDelimiter
char inputFieldDelimiter()
Undocumented in source. Be warned that the author may not have intended to support it.
makeUniqueKeyValuesLists
UniqueKeyValuesLists makeUniqueKeyValuesLists()
Undocumented in source. Be warned that the author may not have intended to support it.
processHeaderLine
bool processHeaderLine(char[][] lineFields)
Undocumented in source. Be warned that the author may not have intended to support it.
processNextLine
void processNextLine(char[][] lineFields)
Undocumented in source.
setOperators
void setOperators(InputRange!Operator operators)
Undocumented in source. Be warned that the author may not have intended to support it.
writeSummaryBody
void writeSummaryBody(OutputRange outputStream, SummarizerPrintOptions )
Undocumented in source.
writeSummaryHeader
void writeSummaryHeader(OutputRange outputStream, SummarizerPrintOptions )
Undocumented in source.

Variables

_missingPolicy
MissingFieldPolicy _missingPolicy;
Undocumented in source.
_numOperators
size_t _numOperators;
Undocumented in source.
_operators
DList!Operator _operators;
Undocumented in source.

Meta