#include <tommychain.h>
Public Attributes | |
tommy_node * | head |
tommy_node * | tail |
Chain of nodes. A chain of nodes is a sequence of nodes with the following properties:
Definition at line 52 of file tommychain.h.
tommy_node* tommy_chain_struct::head |
Pointer at the head of the chain.
Definition at line 53 of file tommychain.h.
tommy_node* tommy_chain_struct::tail |
Pointer at the tail of the chain.
Definition at line 54 of file tommychain.h.