CppCommon 1.0.6.0
C++ Common Library
Loading...
Searching...
No Matches
CppCommon::Stack< T >::Node Struct Reference

Stack node. More...

#include <stack.h>

Public Member Functions

 Node ()

Public Attributes

T * next
 Pointer to the next stack node.

Detailed Description

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

Stack node.

Definition at line 120 of file stack.h.

Constructor & Destructor Documentation

◆ Node()

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

Definition at line 124 of file stack.h.

Member Data Documentation

◆ next

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

Pointer to the next stack node.

Definition at line 122 of file stack.h.


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