Embedded Template Library 1.0
|
The data node element in the list. More...
#include <list.h>
Public Member Functions | |
data_node_t (const T &value_) | |
![]() | |
node_t () | |
Constructor. | |
void | reverse () |
Reverses the previous & next pointers. | |
Public Attributes | |
T | value |
![]() | |
node_t * | previous |
node_t * | next |
The data node element in the list.