Expand description
Structs§
- Cell
- Cell denotes a particular cell on a
Table
. - Column
- Column represents a single column on a grid.
- Columns
- Column denotes a set of cells on given columns on a
Table
. - Columns
Iter - An
Iterator
which goes goes over columns of aTable
. - Diff
Combination - Difference struct used for chaining
Object
’s. - Diff
Iter - An
Iterator
which goes over only cells which are present in firstObject::Iter
but not second. - Entity
Iterator - An iterator over cells.
- Entity
Once - An
Iterator
which returns an entity once. - First
Column FirstColumn
represents the first column on a grid.- First
Row - This structure represents the first row of a
Table
. It’s often contains headers data. - Frame
- Frame includes cells which are on the edges of each side.
Therefore it’s
Object
implementation returns a subset of cells which are present in frame. - Frame
Iter - An
Iterator
which goes goes over all cell on a frame of aTable
. - Intersect
Iter - An
Iterator
which goes goes over cells which are present in bothObject::Iter
ators. - Intersection
Combination - Intersection struct used for chaining
Object
’s. - Inversion
Combination - Inversion struct used for chaining
Object
’s. - Inversion
Iter - An
Iterator
which goes goes over cells which are not present anObject::Iter
ator. - Last
Column LastColumn
represents the last column on a grid.- Last
Column Offset LastColumnOffset
represents a single column on a grid indexed via offset from the last column.- LastRow
- This structure represents the last row of a
Table
. - Last
RowOffset - A row which is located by an offset from the last row.
- Row
- A row which is located by an offset from the first row.
- Rows
- Row denotes a set of cells on given rows on a
Table
. - Rows
Iter - An
Iterator
which goes goes over all rows of aTable
. - Sector
Iter - An
Iterator
which goes goes over all cell in a sector in aTable
. - Segment
- This structure represents a sub table of
Table
. - Segment
All - This is a segment which cantains all cells on the table.
- Union
Combination - Combination struct used for chaining
Object
’s. - Union
Iter - An
Iterator
which goes over a combinationObject::Iter
.
Enums§
- Entity
- Entity a structure which represent a set of cells.