OSRTScalarDList Struct Reference
[Scalar Doubly-Linked List Utility Functions]
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. |
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 92 of file rtxScalarDList.h.
The documentation for this struct was generated from the following file: