Nebula
Loading...
Searching...
No Matches
Threading::LockFreeQueue< TYPE >::Node Struct Reference

Public Member Functions

 Node ()
 

Public Attributes

TYPE data
 
Nodenext
 

Constructor & Destructor Documentation

◆ Node()

template<class TYPE >
Threading::LockFreeQueue< TYPE >::Node::Node ( )
inline

Member Data Documentation

◆ data

template<class TYPE >
TYPE Threading::LockFreeQueue< TYPE >::Node::data

◆ next

template<class TYPE >
Node* Threading::LockFreeQueue< TYPE >::Node::next

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