|
xapian-core
1.4.30
|
#include <prefix_compressed_strings.h>
Collaboration diagram for PrefixCompressedStringWriter:Public Member Functions | |
| PrefixCompressedStringWriter (std::string &out_) | |
| void | append (const std::string &word) |
Private Attributes | |
| std::string | current |
| std::string & | out |
Definition at line 94 of file prefix_compressed_strings.h.
|
inlineexplicit |
Definition at line 99 of file prefix_compressed_strings.h.
|
inline |
Definition at line 101 of file prefix_compressed_strings.h.
References current, MAGIC_XOR_VALUE, and out.
Referenced by ChertSpellingTable::merge_changes(), GlassSpellingTable::merge_changes(), ChertCompact::merge_spellings(), and GlassCompact::merge_spellings().
|
private |
Definition at line 95 of file prefix_compressed_strings.h.
Referenced by append().
|
private |
Definition at line 96 of file prefix_compressed_strings.h.
Referenced by append().