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

#include <rtxSList.h>

Public Attributes

void * data
 
struct _OSRTSListNodenext
 

Detailed Description

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.

Member Data Documentation

◆ data

void* _OSRTSListNode::data

Pointer to list data item.

◆ next

struct _OSRTSListNode* _OSRTSListNode::next

Pointer to next node in list.


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