|
LMMS
|
Public Attributes | |
| const SordModel * | sord |
| Model being iterated over. | |
| ZixBTreeIter * | cur |
| Current DB cursor. | |
| SordQuad | pat |
| Pattern (in ordering order). | |
| SordOrder | order |
| Store order (which index). | |
| SearchMode | mode |
| Iteration mode. | |
| int | n_prefix |
| Prefix for RANGE and FILTER_RANGE. | |
| bool | end |
| True iff reached end. | |
| bool | skip_graphs |
| Iteration should ignore graphs. | |
Iterator over some range of a store
| ZixBTreeIter * SordIterImpl::cur |
Current DB cursor.
| bool SordIterImpl::end |
True iff reached end.
| SearchMode SordIterImpl::mode |
Iteration mode.
| int SordIterImpl::n_prefix |
Prefix for RANGE and FILTER_RANGE.
| SordOrder SordIterImpl::order |
Store order (which index).
| SordQuad SordIterImpl::pat |
Pattern (in ordering order).
| bool SordIterImpl::skip_graphs |
Iteration should ignore graphs.