CppCommon 1.0.5.0
C++ Common Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CppCommon::Queue< T >::Node Struct Reference

Queue node. More...

#include <queue.h>

Public Member Functions

 Node ()
 

Public Attributes

T * next
 Pointer to the next queue node.
 

Detailed Description

template<typename T>
struct CppCommon::Queue< T >::Node

Queue node.

Definition at line 118 of file queue.h.

Constructor & Destructor Documentation

◆ Node()

template<typename T >
CppCommon::Queue< T >::Node::Node ( )
inline

Definition at line 122 of file queue.h.

Member Data Documentation

◆ next

template<typename T >
T* CppCommon::Queue< T >::Node::next

Pointer to the next queue node.

Definition at line 120 of file queue.h.


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