FieldFormat

Undocumented in source.

Constructors

this
this(size_t fieldIndex)
Undocumented in source.

Members

Functions

endPosition
size_t endPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
fieldType
FieldType fieldType()
Undocumented in source. Be warned that the author may not have intended to support it.
finalizeFormatting
size_t finalizeFormatting(size_t startPosition, TsvPrettyOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
setHeader
void setHeader(char[] header)
Undocumented in source. Be warned that the author may not have intended to support it.
startPosition
size_t startPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
updateForFieldValue
void updateForFieldValue(char[] fieldValue, TsvPrettyOptions options)

updateForFieldValue updates type and format given a new field value.

writeFieldValue
size_t writeFieldValue(OutputRange!char outputStream, size_t currPosition, char[] fieldValue, TsvPrettyOptions options)
Undocumented in source.
writeHeader
size_t writeHeader(OutputRange!char outputStream, TsvPrettyOptions options)

writeHeader - Writes the field header or underline characters to the output stream.

Meta