Row

Undocumented in source.

Constructors

this
this(AsciiTable table, ulong nrOfColumns, bool header)
Undocumented in source.

Members

Functions

add
auto add(V v)
Undocumented in source. Be warned that the author may not have intended to support it.
format
auto format()
Undocumented in source. Be warned that the author may not have intended to support it.
render
auto render(ulong row, string leftBorder, string columnSeparator, string rightBorder)
Undocumented in source. Be warned that the author may not have intended to support it.
row
auto row()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
width
auto width(string columnSeparator)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cells
Cell[] cells;
Undocumented in source.
header
bool header;
Undocumented in source.
height
ulong height;
Undocumented in source.
nrOfColumns
ulong nrOfColumns;
Undocumented in source.
table
AsciiTable table;
Undocumented in source.

Meta