OSRTDList Struct Reference
[Doubly-Linked List Utility Functions]
This is the main list structure. More...
#include <rtxDList.h>
Public Attributes | |
OSSIZE | 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
OSSIZE OSRTDList::count |
Count of items in the list.
Definition at line 65 of file rtxDList.h.
Pointer to first entry in list.
Definition at line 66 of file rtxDList.h.
Pointer to last entry in list.
Definition at line 67 of file rtxDList.h.
The documentation for this struct was generated from the following file: