Public Member Functions | |
PrefixCompressedStringWriter (string &out_) | |
void | append (const string &word) |
PrefixCompressedStringWriter (string &out_) | |
void | append (const string &word) |
Private Attributes | |
string | current |
string & | out |
string & | out |
Definition at line 102 of file flint_spelling.cc.
PrefixCompressedStringWriter::PrefixCompressedStringWriter | ( | string & | out_ | ) | [inline] |
Definition at line 107 of file flint_spelling.cc.
PrefixCompressedStringWriter::PrefixCompressedStringWriter | ( | string & | out_ | ) | [inline] |
Definition at line 360 of file xapian-compact.cc.
void PrefixCompressedStringWriter::append | ( | const string & | word | ) | [inline] |
Definition at line 109 of file flint_spelling.cc.
References current, MAGIC_XOR_VALUE, and out.
Referenced by FlintSpellingTable::merge_changes(), and merge_spellings().
void PrefixCompressedStringWriter::append | ( | const string & | word | ) | [inline] |
string PrefixCompressedStringWriter::current [private] |
string& PrefixCompressedStringWriter::out [private] |
string& PrefixCompressedStringWriter::out [private] |
Definition at line 357 of file xapian-compact.cc.