OSRTScalarDList Struct Reference
[Scalar Doubly-Linked List Utility Functions]

This is the main list structure. More...

#include <rtxScalarDList.h>

List of all members.

Public Attributes

OSUINT32 count
 Count of items in the list.
OSRTScalarDListNodehead
 Pointer to first entry in list.
OSRTScalarDListNodetail
 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: