#include <prefix_compressed_strings.h>

Public Member Functions | |
| PrefixCompressedStringWriter (std::string &out_) | |
| void | append (const std::string &word) |
Private Attributes | |
| std::string | current |
| std::string & | out |
Definition at line 91 of file prefix_compressed_strings.h.
| PrefixCompressedStringWriter::PrefixCompressedStringWriter | ( | std::string & | out_ | ) | [inline] |
Definition at line 96 of file prefix_compressed_strings.h.
| void PrefixCompressedStringWriter::append | ( | const std::string & | word | ) | [inline] |
Definition at line 98 of file prefix_compressed_strings.h.
References current, MAGIC_XOR_VALUE, and out.
Referenced by FlintSpellingTable::merge_changes(), ChertSpellingTable::merge_changes(), BrassSpellingTable::merge_changes(), FlintCompact::merge_spellings(), ChertCompact::merge_spellings(), and BrassCompact::merge_spellings().
std::string PrefixCompressedStringWriter::current [private] |
std::string& PrefixCompressedStringWriter::out [private] |