ASN1C C/C++ Common Runtime
ASN1C v7.3.x
|
#include <rtxDList.h>
Public Attributes | |
OSSIZE | count |
OSRTDListNode * | head |
OSRTDListNode * | tail |
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.
OSSIZE OSRTDList::count |
Count of items in the list.
OSRTDListNode* OSRTDList::head |
Pointer to first entry in list.
Referenced by ASN1CSeqOfList::removeFirst().
OSRTDListNode* OSRTDList::tail |
Pointer to last entry in list.
Referenced by ASN1CSeqOfList::removeLast().