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

#include <rtxDList.h>

Public Attributes

void * data
 
struct OSRTDListNodenext
 
struct OSRTDListNodeprev
 

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 and backward pointers to the next and previous entries in the list.

Member Data Documentation

◆ data

void* OSRTDListNode::data

Pointer to list data item.

◆ next

struct OSRTDListNode* OSRTDListNode::next

Pointer to next node in list.

◆ prev

struct OSRTDListNode* OSRTDListNode::prev

Pointer to previous node in list.


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