Inheritance diagram for ListNode:
Public Attributes | |
List * | structs |
The list items, a list with elements of GenericNode. | |
TailNode * | tail |
The tail. |
Lists are displayed as <a, b | c> (very much like the prolog notation). The structure after the pipe symbol is the list's tail.
|
The list items, a list with elements of GenericNode.
|
|
The tail.
|