|
3D-ICE 3.0.0
|
#include <list_template.h>
Data Fields | |
| Quantity_t | Size |
| ListTypeListNode_t * | First |
| ListTypeListNode_t * | Last |
A double-linked list
Definition at line 140 of file list_template.h.
| ListTypeListNode_t* ListTypeList_t::First |
The poiner to the first node in the list
Definition at line 140 of file list_template.h.
| ListTypeListNode_t* ListTypeList_t::Last |
The poiner to the last node in the list
Definition at line 140 of file list_template.h.
| Quantity_t ListTypeList_t::Size |
The number of nodes in the list
Definition at line 140 of file list_template.h.