ASN1C C/C++ Common Runtime
ASN1C v7.3.x
|
#include <rtxSList.h>
Public Attributes | |
void * | data |
struct _OSRTSListNode * | next |
This structure is used to hold a single data item within the list. It contains a void pointer to point at any type of data item and forward pointer to the next entry in the list.
void* _OSRTSListNode::data |
Pointer to list data item.
struct _OSRTSListNode* _OSRTSListNode::next |
Pointer to next node in list.