|
xapian-core
2.0.0
|
Inheritance diagram for HoneyCompact::MergeCursor< const HoneyTable & >:
Collaboration diagram for HoneyCompact::MergeCursor< const HoneyTable & >:Public Member Functions | |
| MergeCursor (const HoneyTable *in) | |
Public Member Functions inherited from HoneyCursor | |
| HoneyCursor (const HoneyTable *table) | |
| HoneyCursor (const HoneyCursor &o) | |
| void | rewind () |
| Position cursor on the dummy empty key. More... | |
| void | to_end () |
| bool | after_end () const |
| bool | next () |
| bool | read_tag (bool keep_compressed=false) |
| bool | find_exact (std::string_view key) |
| bool | find_entry_ge (std::string_view key) |
| bool | prev () |
| Move to the item before the current one. More... | |
Additional Inherited Members | |
Public Attributes inherited from HoneyCursor | |
| std::string | current_key |
| std::string | current_tag |
| size_t | val_size = 0 |
| bool | current_compressed = false |
| CompressionStream | comp_stream |
| bool | is_at_end = false |
| std::string | last_key |
| off_t | root |
| off_t | offset |
Definition at line 1284 of file honey_compact.cc.
|
inlineexplicit |
Definition at line 1285 of file honey_compact.cc.