XBinder C Common Runtime Functions  XBinder v3.0.x
Public Attributes | List of all members
OSRTDList Struct Reference

#include <rtxDList.h>

Public Attributes

OSSIZE count
 
OSRTDListNodehead
 
OSRTDListNodetail
 

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.

Member Data Documentation

◆ count

OSSIZE OSRTDList::count

Count of items in the list.

◆ head

OSRTDListNode* OSRTDList::head

Pointer to first entry in list.

◆ tail

OSRTDListNode* OSRTDList::tail

Pointer to last entry in list.


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