htab Struct Reference

#include <hashtab.h>


Data Fields

htab_hash hash_f
htab_eq eq_f
htab_del del_f
void ** entries
size_t size
size_t n_elements
size_t n_deleted
unsigned int searches
unsigned int collisions
int return_allocation_failure


Detailed Description

Definition at line 69 of file hashtab.h.


Field Documentation

htab_hash htab::hash_f

Definition at line 72 of file hashtab.h.

Referenced by htab_try_create().

htab_eq htab::eq_f

Definition at line 75 of file hashtab.h.

Referenced by htab_try_create().

htab_del htab::del_f

Definition at line 78 of file hashtab.h.

Referenced by htab_try_create().

void** htab::entries

Definition at line 81 of file hashtab.h.

Referenced by htab_try_create().

size_t htab::size

Definition at line 84 of file hashtab.h.

Referenced by htab_try_create().

size_t htab::n_elements

Definition at line 87 of file hashtab.h.

size_t htab::n_deleted

Definition at line 90 of file hashtab.h.

unsigned int htab::searches

Definition at line 94 of file hashtab.h.

unsigned int htab::collisions

Definition at line 98 of file hashtab.h.

int htab::return_allocation_failure

Definition at line 102 of file hashtab.h.

Referenced by htab_try_create().


The documentation for this struct was generated from the following file:
Generated on Mon Mar 5 14:31:05 2007 for rpm by  doxygen 1.5.1