|
XBinder C Common Runtime Functions
XBinder v3.0.x
|
#include <rtxDList.h>
Public Attributes | |
| OSSIZE | count |
| OSRTDListNode * | head |
| OSRTDListNode * | tail |
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.
| OSSIZE OSRTDList::count |
Count of items in the list.
| OSRTDListNode* OSRTDList::head |
Pointer to first entry in list.
| OSRTDListNode* OSRTDList::tail |
Pointer to last entry in list.