summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_large_table2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-03-17 13:43:22 +0800
committerPeng Wu <alexepico@gmail.com>2016-03-17 13:47:35 +0800
commit1cf671992f34c0067d576c612aa94f7f28679aad (patch)
tree7c0da7507318dfa34e15757a9635ca8cd93712e2 /src/storage/chewing_large_table2.h
parente0808dcd36761dfca7f363cf139f073d1d94db6a (diff)
downloadlibpinyin-1cf671992f34c0067d576c612aa94f7f28679aad.tar.gz
libpinyin-1cf671992f34c0067d576c612aa94f7f28679aad.tar.xz
libpinyin-1cf671992f34c0067d576c612aa94f7f28679aad.zip
write mask_out method
Diffstat (limited to 'src/storage/chewing_large_table2.h')
-rw-r--r--src/storage/chewing_large_table2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/storage/chewing_large_table2.h b/src/storage/chewing_large_table2.h
index 64db0d4..0aaddd1 100644
--- a/src/storage/chewing_large_table2.h
+++ b/src/storage/chewing_large_table2.h
@@ -38,10 +38,13 @@
namespace pinyin{
+class MaskOutVisitor2;
+
/* As this is a template class, the code will be in the header file. */
template<int phrase_length>
class ChewingTableEntry{
friend class ChewingLargeTable2;
+ friend class MaskOutVisitor2;
protected:
typedef PinyinIndexItem2<phrase_length> IndexItem;