10 Error, You must include
"KKStr.h" before
"HashTable.h" 18 template <
class Entry>
26 typedef HashEntry* HashEntryPtr;
84 template <
class Entry>
117 template <
class Entry>
144 template <
class Entry>
172 template <
class Entry>
190 template <
class Entry>
229 template <
class Entry>
250 template <
class Entry>
void Save(const KKStr &fileName)
unsigned __int32 kkuint32
static KKStr Concat(const std::vector< std::string > &values)
Concatenates the list of 'std::string' strings.
EntryPtr LocateEntry(const KKStr &str)
kkuint32 HashValue(const KKStr &str)
bool DeleteEntry(EntryPtr _entry)
HashTable(bool _owner, kkuint32 _tableSize, kkuint32 _keyLen)
Hash Table management template; developed to support BitReduction algorithm.
void AddEntry(EntryPtr entry)