The OpenD Programming Language

CsvReader.Row

CSV Row Input Range

Exactly one call of empty has to be preciding each call of front. Exactly one call of popFront has to be following each call of front. Some Phobos functions doesn't follow this rule.

Members

Functions

empty
bool empty()
front
Scalar front()
popFront
void popFront()

The function has be called after the front value is precessed.

validateCsvError
auto validateCsvError(CsvReader.Error error)

Variables

length
uint length;

Meta