Public Member Functions | |
this (int[] columns) | |
void | reset () |
int | getWidth () |
int | next () |
Private Attributes | |
int | index |
int[] | columns |
bool | rightAlign |
Definition at line 227 of file ColumnWriter.d.
|
Construct a ColumnList via an array of integers. Definition at line 240 of file ColumnWriter.d. |
|
Start returning columns from the beginning. Definition at line 254 of file ColumnWriter.d. References index. Referenced by ColumnWriter::reset(). |
|
Return width of the current column Definition at line 265 of file ColumnWriter.d. References columns, index, and rightAlign. Referenced by ColumnWriter::getWidth(). |
|
Returns next column in the sequence. Assume that we'll be invoked (quasi-legally) when there's no more columns left. Definition at line 287 of file ColumnWriter.d. References columns, and index. Referenced by ColumnWriter::pad(). |
|
Definition at line 229 of file ColumnWriter.d. Referenced by getWidth(), next(), and reset(). |
|
Definition at line 230 of file ColumnWriter.d. Referenced by getWidth(), next(), and this(). |
|
Definition at line 232 of file ColumnWriter.d. Referenced by getWidth(). |