_Stack_ Struct Reference

this is the stack structure, its just a double linked list we insert tail and remove tail. More...

#include <stack.h>

Collaboration diagram for _Stack_:

Collaboration graph
[legend]

Data Fields

DbLkListelements
StDestroyFunctiondestroyFunction

Detailed Description

this is the stack structure, its just a double linked list we insert tail and remove tail.

Definition at line 13 of file stack.h.


Field Documentation

StDestroyFunction* _Stack_::destroyFunction
 

Definition at line 15 of file stack.h.

Referenced by stCreate(), stDestroy(), and stRegisterDestroyFunction().

DbLkList* _Stack_::elements
 

Definition at line 14 of file stack.h.

Referenced by stCreate(), stDestroy(), stGetTop(), stNumElements(), stPop(), and stPush().


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