|
Embedded Template Library 1.0
|
The node element in the list. More...
#include <list.h>
Public Member Functions | |
| node_t () | |
| Constructor. | |
| void | reverse () |
| Reverses the previous & next pointers. | |
Public Attributes | |
| node_t * | previous |
| node_t * | next |
The node element in the list.