This is the data at each node on a List. More...
#include <list.h>
Public Attributes | |
| Opaque | head |
| the data at each index of the List | |
| struct NodeOpaque * | rest |
| the rest of the List | |
This is the data at each node on a List.
| Opaque NodeOpaque::head |
the data at each index of the List
| struct NodeOpaque* NodeOpaque::rest |
the rest of the List