| Top |
struct SkkCdbDict {
SkkDict parent_instance;
SkkCdbDictPrivate * priv;
};
CDB based implementation of Dict.
struct SkkCdbDictClass {
SkkDictClass parent_class;
};
The class structure for SKK_TYPE_CDB_DICT. All the fields in this structure are private and should never be accessed directly.