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
Iteratorwhich goes goes over columns of aTable. - Diff
Combination - Difference struct used for chaining
Object’s. - Diff
Iter - An
Iteratorwhich goes over only cells which are present in firstObject::Iterbut not second. - Entity
Iterator - An iterator over cells.
- Entity
Once - An
Iteratorwhich returns an entity once. - First
Column FirstColumnrepresents 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
Objectimplementation returns a subset of cells which are present in frame. - Frame
Iter - An
Iteratorwhich goes goes over all cell on a frame of aTable. - Intersect
Iter - An
Iteratorwhich goes goes over cells which are present in bothObject::Iterators. - Intersection
Combination - Intersection struct used for chaining
Object’s. - Inversion
Combination - Inversion struct used for chaining
Object’s. - Inversion
Iter - An
Iteratorwhich goes goes over cells which are not present anObject::Iterator. - Last
Column LastColumnrepresents the last column on a grid.- Last
Column Offset LastColumnOffsetrepresents 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
Iteratorwhich goes goes over all rows of aTable. - Sector
Iter - An
Iteratorwhich 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
Iteratorwhich goes over a combinationObject::Iter.
Enums§
- Entity
- Entity a structure which represent a set of cells.