RowUntyped

Constructors

this
this(Sheet* sheet, size_t row, size_t startColumn, size_t endColumn)
Undocumented in source.

Members

Functions

popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
save
inout(typeof(this)) save()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(Cell) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cur
size_t cur;
Undocumented in source.
endColumn
size_t endColumn;
Undocumented in source.
row
size_t row;
Undocumented in source.
sheet
Sheet* sheet;
Undocumented in source.
startColumn
size_t startColumn;
Undocumented in source.

Meta