_DbLkListNode Struct Reference

a node in the list, has the content above and pointers to next and previous More...

#include <dbLkList.h>

Collaboration diagram for _DbLkListNode:

Collaboration graph
[legend]

Data Fields

_DbLkListNodeprevious
_DbLkListNodenext
DbLkListNodeContent nodeContent
 pointers to the previous(ie before me) and next(after me) nodes

Detailed Description

a node in the list, has the content above and pointers to next and previous

Definition at line 38 of file dbLkList.h.


Field Documentation

struct _DbLkListNode * _DbLkListNode::next
 

Definition at line 39 of file dbLkList.h.

Referenced by listCat(), listCreate(), listGetHead(), listGetNext(), listPrint(), listRemoveHead(), and listVisit().

DbLkListNodeContent _DbLkListNode::nodeContent
 

pointers to the previous(ie before me) and next(after me) nodes

Definition at line 40 of file dbLkList.h.

Referenced by listGetHead(), listGetNext(), listGetObjectAt(), listGetPrevious(), listGetTail(), listPrint(), listRemoveHead(), listRemoveObjectAt(), listRemoveTail(), and listVisit().

struct _DbLkListNode* _DbLkListNode::previous
 

Definition at line 39 of file dbLkList.h.

Referenced by listCat(), listCreate(), listGetPrevious(), listGetTail(), listInsertAt(), listInsertTail(), and listRemoveTail().


The documentation for this struct was generated from the following file:
Generated on Tue Jan 17 19:28:39 2006 for Void by  doxygen 1.4.6