XBinder
Version 2.6.x
|
This is the main list structure. More...
#include <rtxDList.h>
Public Attributes | |
OSSIZE | count |
Count of items in the list. More... | |
OSRTDListNode * | head |
Pointer to first entry in list. More... | |
OSRTDListNode * | tail |
Pointer to last entry in list. More... | |
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.
OSSIZE OSRTDList::count |
Count of items in the list.
Definition at line 65 of file rtxDList.h.
OSRTDListNode* OSRTDList::head |
Pointer to first entry in list.
Definition at line 66 of file rtxDList.h.
OSRTDListNode* OSRTDList::tail |
Pointer to last entry in list.
Definition at line 67 of file rtxDList.h.