|
Embedded Template Library
1.0
|
The node element in the list. More...
#include <ilist.h>
Public Member Functions | |
| Node () | |
| Constructor. | |
| void | mark_as_free () |
| Marks the node as free. | |
| bool | is_free () const |
| Checks if the node is free. | |
| void | reverse () |
| Reverses the previous & next pointers. | |
Public Attributes | |
| Node * | previous |
| Node * | next |
The node element in the list.