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

#include <rtxSList.h>

Public Attributes

OSSIZE count
 
OSRTSListNodehead
 
OSRTSListNodetail
 
struct OSCTXTpctxt
 

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 _OSRTSList::count

Count of items in the list.

◆ head

OSRTSListNode* _OSRTSList::head

Pointer to first entry in list.

◆ tail

OSRTSListNode* _OSRTSList::tail

Pointer to last entry in list.


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