Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

epHashElt_s Struct Reference

#include <epHash.h>

Collaboration diagram for epHashElt_s:

Collaboration graph

[legend]
List of all members.

Public Attributes

void* key
void * value
struct epHashElt_s* next

Detailed Description

Hashtable-element structure

Definition at line 17 of file epHash.h.


Member Data Documentation

void * epHashElt_s::key
 

key item

Definition at line 18 of file epHash.h.

struct epHashElt_s * epHashElt_s::next
 

next elem

Definition at line 20 of file epHash.h.

void * epHashElt_s::value
 

value item

Definition at line 19 of file epHash.h.


The documentation for this struct was generated from the following file:
Generated at Sun Nov 25 14:05:16 2001 for ExtendedPersonnalLibrary by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000