_DbLkList Struct Reference

the list structure, holds pointer to tail and head, the number of elements, and callback functions More...

#include <dbLkList.h>

Collaboration diagram for _DbLkList:

Collaboration graph
[legend]

Data Fields

int numElements
DbLkListNode head
DbLkListNode tail
DbLkListNodelastVisited
ListPrintFunctionprintFunction
ListDeleteFunctiondeleteFunction
ListVisitFunctionvisitFunction

Detailed Description

the list structure, holds pointer to tail and head, the number of elements, and callback functions

Definition at line 44 of file dbLkList.h.


Field Documentation

ListDeleteFunction* _DbLkList::deleteFunction
 

Definition at line 53 of file dbLkList.h.

Referenced by listCreate(), listDestroy(), and listRegisterDeleteFunction().

DbLkListNode _DbLkList::head
 

Definition at line 46 of file dbLkList.h.

Referenced by listCat(), listCreate(), listGetHead(), listGetPrevious(), listInsertHead(), listPrepare(), listPrint(), listRemoveHead(), and listVisit().

DbLkListNode* _DbLkList::lastVisited
 

Definition at line 49 of file dbLkList.h.

Referenced by listCreate(), listGetNext(), listGetPrevious(), and listPrepare().

int _DbLkList::numElements
 

Definition at line 45 of file dbLkList.h.

Referenced by listCat(), listCreate(), listDestroy(), listGetHead(), listGetTail(), listInsertAt(), listPrepare(), listPrint(), listRemoveHead(), listRemoveTail(), listVisit(), and stNumElements().

ListPrintFunction* _DbLkList::printFunction
 

Definition at line 52 of file dbLkList.h.

Referenced by listCreate(), listPrint(), and listRegisterPrintFunction().

DbLkListNode _DbLkList::tail
 

Definition at line 46 of file dbLkList.h.

Referenced by listCat(), listCreate(), listGetNext(), listGetTail(), listInsertTail(), listPrepare(), and listRemoveTail().

ListVisitFunction* _DbLkList::visitFunction
 

Definition at line 54 of file dbLkList.h.

Referenced by listCreate(), listRegisterVisitFunction(), and listVisit().


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