|
xapian-core
1.4.30
|
#include <prefix_compressed_strings.h>
Collaboration diagram for PrefixCompressedStringItor:Public Member Functions | |
| PrefixCompressedStringItor (const std::string &s) | |
| const std::string & | operator* () const |
| PrefixCompressedStringItor | operator++ (int) |
| PrefixCompressedStringItor & | operator++ () |
| bool | at_end () const |
Private Member Functions | |
| PrefixCompressedStringItor (const unsigned char *p_, size_t left_, const std::string ¤t_) | |
| PrefixCompressedStringItor (PrefixCompressedStringItor &&o) | |
Private Attributes | |
| const unsigned char * | p |
| size_t | left |
| std::string | current |
Definition at line 36 of file prefix_compressed_strings.h.
|
inlineprivate |
Definition at line 41 of file prefix_compressed_strings.h.
Referenced by operator++().
|
inlineprivate |
Definition at line 45 of file prefix_compressed_strings.h.
|
inlineexplicit |
Definition at line 49 of file prefix_compressed_strings.h.
References left, operator++(), and p.
|
inline |
Definition at line 89 of file prefix_compressed_strings.h.
References p.
Referenced by ChertSpellingTable::merge_changes(), GlassSpellingTable::merge_changes(), ChertCompact::merge_spellings(), and GlassCompact::merge_spellings().
|
inline |
Definition at line 59 of file prefix_compressed_strings.h.
References current.
|
inline |
Definition at line 71 of file prefix_compressed_strings.h.
References current, left, MAGIC_XOR_VALUE, and p.
Referenced by operator++(), and PrefixCompressedStringItor().
|
inline |
Definition at line 63 of file prefix_compressed_strings.h.
References current, left, operator++(), p, and PrefixCompressedStringItor().
|
private |
Definition at line 39 of file prefix_compressed_strings.h.
Referenced by operator*(), and operator++().
|
private |
Definition at line 38 of file prefix_compressed_strings.h.
Referenced by operator++(), and PrefixCompressedStringItor().
|
private |
Definition at line 37 of file prefix_compressed_strings.h.
Referenced by at_end(), operator++(), and PrefixCompressedStringItor().