CppCommon  1.0.4.1
C++ Common Library
Public Member Functions | Public Attributes | List of all members
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. More...
 

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: