Program Base Library
pblHash Implementation
Documentation
An open source C memory hash table implementation.
Functions maintaining hash tables allowing random access lookups and sequential access.
Constructors and Destructors
pblHtCreate Create a new hash table.
pblHtDelete Delete a hash table.
Functions
pblHtCurrent Get data of current key in hash table.
pblHtFirst Get data of first key in hash table.
pblHtInsert Insert a key / data pair into a hash table.
pblHtLookup Search for a key in a hash table.
pblHtNext Get data of next key in hash table.
pblHtRemove Remove an item from the hash table.
Copyright(C) 2003 - 2009 Peter Graf, this software is distributed under the
GNU Lesser General Public License
Alphabetic index
This page was generated with the help of DOC++.