Template LinkListNodeExtras
The type and the human readable name of the list node.
template LinkListNodeExtras
;
Can be used to enforce node types matching the list type, name nodes or sort them by priority.
Contained Variables
Name | Type | Description |
---|---|---|
ln_Name | string | Pointer to a C String |
ln_Priority | short | Signed priority, for sorting |
ln_Type | ListNodeType | A type number |