XBinder
Version 2.6.x
|
This is the main list structure. More...
#include <rtxScalarDList.h>
Public Attributes | |
OSUINT32 | count |
Count of items in the list. | |
OSRTScalarDListNode * | head |
Pointer to first entry in list. | |
OSRTScalarDListNode * | tail |
Pointer to last entry in list. | |
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 92 of file rtxScalarDList.h.