summaryrefslogtreecommitdiffstats
path: root/src/storage/zhuyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-01-08 12:52:17 +0800
committerPeng Wu <alexepico@gmail.com>2016-01-08 12:52:17 +0800
commitfc7fffecf01667281cb094147e20aedcd4d7a8dd (patch)
tree3dd22220759e033b849018250f19da9f785efee7 /src/storage/zhuyin_parser2.h
parent1df99e805cb16bc8f9b46e1a45ea7e0eecb0aeff (diff)
downloadlibpinyin-fc7fffecf01667281cb094147e20aedcd4d7a8dd.tar.gz
libpinyin-fc7fffecf01667281cb094147e20aedcd4d7a8dd.tar.xz
libpinyin-fc7fffecf01667281cb094147e20aedcd4d7a8dd.zip
refactor code
Diffstat (limited to 'src/storage/zhuyin_parser2.h')
-rw-r--r--src/storage/zhuyin_parser2.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/storage/zhuyin_parser2.h b/src/storage/zhuyin_parser2.h
index 313158d..52f606f 100644
--- a/src/storage/zhuyin_parser2.h
+++ b/src/storage/zhuyin_parser2.h
@@ -30,6 +30,17 @@
namespace pinyin{
+typedef struct {
+ const char m_input;
+ const char * m_chewing;
+} zhuyin_symbol_item_t;
+
+typedef struct {
+ const char m_input;
+ const char m_tone;
+} zhuyin_tone_item_t;
+
+
/**
* ZhuyinParser2:
*