XBinder  Version 2.7.x
Public Attributes | List of all members
OSRTDList Struct Reference

This is the main list structure. More...

#include <rtxDList.h>

Public Attributes

OSSIZE count
 Count of items in the list. More...
 
OSRTDListNodehead
 Pointer to first entry in list. More...
 
OSRTDListNodetail
 Pointer to last entry in list. More...
 

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

OSSIZE OSRTDList::count

Count of items in the list.

Definition at line 65 of file rtxDList.h.

◆ head

OSRTDListNode* OSRTDList::head

Pointer to first entry in list.

Definition at line 66 of file rtxDList.h.

◆ tail

OSRTDListNode* OSRTDList::tail

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: