ColumnUntyped

Constructors

this
this(Sheet* sheet, size_t col, size_t startRow, size_t endRow)
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
Cell front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

col
size_t col;
Undocumented in source.
cur
size_t cur;
Undocumented in source.
endRow
size_t endRow;
Undocumented in source.
sheet
Sheet* sheet;
Undocumented in source.
startRow
size_t startRow;
Undocumented in source.

Meta