Uniot Core
0.8.1
Loading...
Searching...
No Matches
ClearQueue< T >::node Struct Reference

Node structure for the linked list implementation. More...

#include <ClearQueue.h>

Public Attributes

value
 The stored value.
 
nodenext
 Pointer to the next node.
 

Detailed Description

template<typename T>
struct ClearQueue< T >::node

Node structure for the linked list implementation.

Member Data Documentation

◆ next

template<typename T>
node* ClearQueue< T >::node::next

Pointer to the next node.

◆ value

template<typename T>
T ClearQueue< T >::node::value

The stored value.


The documentation for this struct was generated from the following file: