Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

_link_head_s Struct Reference
[Linked lists]

#include <dbprim.h>

Collaboration diagram for _link_head_s:

Collaboration graph
[legend]

Detailed Description

For internal use only.

This is the implementation of the link_head_t type.

Definition at line 637 of file dbprim.h.

Data Fields

unsigned long lh_magic
unsigned long lh_count
link_elem_tlh_first
link_elem_tlh_last
void * lh_extra


Field Documentation

unsigned long _link_head_s::lh_count
 

Number of entries in the linked list.

Definition at line 639 of file dbprim.h.

Referenced by ll_add(), ll_flush(), ll_init(), ll_remove(), and st_find().

void* _link_head_s::lh_extra
 

Extra data associated with list.

Definition at line 642 of file dbprim.h.

Referenced by ll_init().

link_elem_t* _link_head_s::lh_first
 

First element in the list.

Definition at line 640 of file dbprim.h.

Referenced by ll_add(), ll_find(), ll_flush(), ll_init(), ll_iter(), ll_move(), and ll_remove().

link_elem_t* _link_head_s::lh_last
 

Last element in the list.

Definition at line 641 of file dbprim.h.

Referenced by ll_add(), ll_flush(), ll_init(), ll_iter(), ll_move(), and ll_remove().

unsigned long _link_head_s::lh_magic
 

Magic number.

Definition at line 638 of file dbprim.h.

Referenced by ll_init().


Generated on Sat Jul 15 14:10:52 2006 for DatabasePrimitivesLibrary by  doxygen 1.4.4