lh_table Struct Reference

#include <linkhash.h>

List of all members.

Public Attributes

int collisions
int count
int deletes
lh_equal_fnequal_fn
lh_entry_free_fnfree_fn
lh_hash_fnhash_fn
struct lh_entryhead
int inserts
int lookups
char * name
int resizes
int size
struct lh_entrytable
struct lh_entrytail

Detailed Description

The hash table structure.

Definition at line 71 of file linkhash.h.


Member Data Documentation

Number of collisions.

Definition at line 84 of file linkhash.h.

Numbers of entries.

Definition at line 79 of file linkhash.h.

Number of deletes.

Definition at line 104 of file linkhash.h.

Definition at line 128 of file linkhash.h.

A pointer onto the function responsible for freeing an entry.

Definition at line 126 of file linkhash.h.

Definition at line 127 of file linkhash.h.

The first entry.

Definition at line 114 of file linkhash.h.

Number of inserts.

Definition at line 99 of file linkhash.h.

Number of lookups.

Definition at line 94 of file linkhash.h.

Name of the hash table.

Definition at line 109 of file linkhash.h.

Number of resizes.

Definition at line 89 of file linkhash.h.

Size of our hash.

Definition at line 75 of file linkhash.h.

Definition at line 121 of file linkhash.h.

The last entry.

Definition at line 119 of file linkhash.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines


csm
Author(s): Ivan Dryanovski, William Morris
autogenerated on Fri Jan 11 09:16:00 2013