summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-16 16:53:47 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-16 16:55:35 +0800
commit479745510f0f8bd99dec45a0822d77421129b976 (patch)
treee51cebfdffb1fffc0f9017501f29cd999a849262 /src/storage/pinyin_parser2.h
parentcde9dee85b12d86a17517c38dcd7c6dfc103eafc (diff)
downloadlibpinyin-479745510f0f8bd99dec45a0822d77421129b976.tar.gz
libpinyin-479745510f0f8bd99dec45a0822d77421129b976.tar.xz
libpinyin-479745510f0f8bd99dec45a0822d77421129b976.zip
add final step method
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 2065119..4292387 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -118,6 +118,9 @@ class FullPinyinParser2 : public PinyinParser2
protected:
ParseValueVector m_parse_steps;
+
+ int final_step(size_t step_len, ChewingKeyVector & keys,
+ ChewingKeyRestVector & key_rests) const;
public:
FullPinyinParser2 ();
virtual ~FullPinyinParser2 () {