summaryrefslogtreecommitdiffstats
path: root/src/storage/table_info.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-04-07 16:25:06 +0800
committerPeng Wu <alexepico@gmail.com>2013-04-07 16:25:06 +0800
commitc7e3226b3090e7a54c16bcf0fe0b8f23f6cc2122 (patch)
treecbf39d047bd665dfc9e5698f95e95275d699f0e3 /src/storage/table_info.h
parent92df059d779e886d02b8a77d00fea8af297578cb (diff)
downloadlibpinyin-c7e3226b3090e7a54c16bcf0fe0b8f23f6cc2122.tar.gz
libpinyin-c7e3226b3090e7a54c16bcf0fe0b8f23f6cc2122.tar.xz
libpinyin-c7e3226b3090e7a54c16bcf0fe0b8f23f6cc2122.zip
write table info in progress
Diffstat (limited to 'src/storage/table_info.h')
-rw-r--r--src/storage/table_info.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/storage/table_info.h b/src/storage/table_info.h
index 6adc1af..dc1c474 100644
--- a/src/storage/table_info.h
+++ b/src/storage/table_info.h
@@ -35,9 +35,16 @@ private:
pinyin_table_info_t m_table_info[PHRASE_INDEX_LIBRARY_COUNT];
+private:
+ void reset();
+
+ void postfix_tables();
+
public:
SystemTableInfo();
+ ~SystemTableInfo();
+
bool load(const char * filename);
pinyin_table_info_t * get_table_info();