OSRTDList Struct Reference
[Doubly-Linked List Utility Functions]
This is the main list structure.
More...
#include <rtxDList.h>
Public Attributes | |
OSUINT32 | count |
Count of items in the list. | |
OSRTDListNode * | head |
Pointer to first entry in list. | |
OSRTDListNode * | tail |
Pointer to last entry in list. |
Detailed Description
This is the main list structure.It contains a count of the number of elements in the list and pointers to the list head and tail elements.
Definition at line 64 of file rtxDList.h.
Member Data Documentation
OSUINT32 OSRTDList::count |
The documentation for this struct was generated from the following file: