ASN1C C/C++ Common Runtime  ASN1C v7.5.x
Public Attributes | List of all members
OSRTDList Struct Reference

#include <rtxDList.h>

Inheritance diagram for OSRTDList:
ASN1TSeqExt ASN1TSeqOfList ASN1TPDUSeqOfList

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.

Referenced by ASN1CSeqOfList::removeFirst().

◆ tail

OSRTDListNode* OSRTDList::tail

Pointer to last entry in list.

Referenced by ASN1CSeqOfList::removeLast().


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