Source Code (Use browser search to find items of interest.)

Class Index

kdelibs'HashTable (./kdelibs/kjs/lookup.h:34)

  struct HashTable {
    int type;
    int size;
    const HashEntry *entries;
    int hashSize;
  };

  /**
   * @short Fast keyword lookup.
   */