OSRTDList Struct Reference
[Doubly-Linked List Utility Functions]

This is the main list structure. More...

#include <rtxDList.h>

List of all members.

Public Attributes

OSSIZE count
 Count of items in the list.
OSRTDListNodehead
 Pointer to first entry in list.
OSRTDListNodetail
 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 64 of file rtxDList.h.


Member Data Documentation

Count of items in the list.

Definition at line 65 of file rtxDList.h.

Pointer to first entry in list.

Definition at line 66 of file rtxDList.h.

Pointer to last entry in list.

Definition at line 67 of file rtxDList.h.


The documentation for this struct was generated from the following file: