lh_entry Struct Reference

#include <linkhash.h>

List of all members.

Public Attributes

void * k
struct lh_entrynext
struct lh_entryprev
void * v

Detailed Description

An entry in the hash table

Definition at line 48 of file linkhash.h.


Member Data Documentation

void* lh_entry::k

The key.

Definition at line 52 of file linkhash.h.

The next entry

Definition at line 60 of file linkhash.h.

The previous entry.

Definition at line 64 of file linkhash.h.

void* lh_entry::v

The value.

Definition at line 56 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