Mission Base

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.
  • pblHtCurrentKey Get key of current item 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.

    Alphabetic index


    GET PBL:


    Copyright(C) 2003 - 2015 Peter Graf, this software is distributed under the MIT License.
    This page was generated with the help of DOC++.