_cp_hashlist_entry Struct Reference


Data Fields

void * key
void * value
_cp_hashlist_entrynext
_cp_hashlist_entryprev
_cp_hashlist_entrybucket

Detailed Description

Definition at line 24 of file hashlist.h.


Field Documentation

struct _cp_hashlist_entry* _cp_hashlist_entry::bucket

next record in bucket

Definition at line 30 of file hashlist.h.

void* _cp_hashlist_entry::key

key of stored element

Definition at line 26 of file hashlist.h.

struct _cp_hashlist_entry* _cp_hashlist_entry::next

next entry

Definition at line 28 of file hashlist.h.

struct _cp_hashlist_entry* _cp_hashlist_entry::prev

previous entry

Definition at line 29 of file hashlist.h.

void* _cp_hashlist_entry::value

stored element (content)

Definition at line 27 of file hashlist.h.


The documentation for this struct was generated from the following file:
Generated on Mon Dec 5 23:00:23 2011 for cprops by  doxygen 1.4.7