![]() |
|
Uniot Core
|
| 0.8.1 |
Node structure for the linked list implementation. More...
#include <ClearQueue.h>
Public Attributes | |
| T | value |
| The stored value. | |
| node * | next |
| Pointer to the next node. | |
Node structure for the linked list implementation.
| node* ClearQueue< T >::node::next |
Pointer to the next node.
| T ClearQueue< T >::node::value |
The stored value.