3D-ICE 3.0.0
|
#include <list_template.h>
Data Fields | |
ListType_t | Data |
struct ListTypeListNode_t * | Prev |
struct ListTypeListNode_t * | Next |
The node od a double-linked list
Definition at line 138 of file list_template.h.
ListType_t ListTypeListNode_t::Data |
The item (data) stored by the node of the list
Definition at line 138 of file list_template.h.
struct ListTypeListNode_t* ListTypeListNode_t::Next |
The poiner to the previous node in the list
Definition at line 138 of file list_template.h.
struct ListTypeListNode_t* ListTypeListNode_t::Prev |
The poiner to the following node in the list
Definition at line 138 of file list_template.h.