|
ASN1C C/C++ Common Runtime
ASN1C v7.8.x
|
#include <rtxSList.h>
Public Attributes | |
| OSSIZE | count |
| OSRTSListNode * | head |
| OSRTSListNode * | tail |
| struct OSCTXT * | pctxt |
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 _OSRTSList::count |
Count of items in the list.
| OSRTSListNode* _OSRTSList::head |
Pointer to first entry in list.
| OSRTSListNode* _OSRTSList::tail |
Pointer to last entry in list.