3D-ICE 3.0.0
Data Fields
ListTypeListNode_t Struct Reference

#include <list_template.h>

Data Fields

ListType_t Data
 
struct ListTypeListNode_tPrev
 
struct ListTypeListNode_tNext
 

Detailed Description

The node od a double-linked list

Definition at line 138 of file list_template.h.

Field Documentation

◆ Data

ListType_t ListTypeListNode_t::Data

The item (data) stored by the node of the list

Definition at line 138 of file list_template.h.

◆ Next

struct ListTypeListNode_t* ListTypeListNode_t::Next

The poiner to the previous node in the list

Definition at line 138 of file list_template.h.

◆ Prev

struct ListTypeListNode_t* ListTypeListNode_t::Prev

The poiner to the following node in the list

Definition at line 138 of file list_template.h.


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