kmdict.h
void replace(long key, KMDictItem *item)
Inserts an item, replacing old ones with the same key.
Definition: kmdict.cpp:57
void insert(long key, KMDictItem *item)
Inserts an item without replacing ones with the same key.
Definition: kmdict.cpp:66
KMDict implements a lightweight dictionary with serial numbers as keys.
Definition: kmdict.h:26