Public Attributes | List of all members
StackListEntry< T > Struct Template Reference

Base class for StackList. More...

#include "StackList.h"

Collaboration diagram for StackListEntry< T >:
Collaboration graph
[legend]

Public Attributes

StackListEntrynext {nullptr}
 
StackListEntryprev {nullptr}
 

Detailed Description

template<typename T>
struct StackListEntry< T >

Base class for StackList.

Definition at line 7 of file StackList.h.

Member Data Documentation

◆ next

template<typename T >
StackListEntry* StackListEntry< T >::next {nullptr}

◆ prev

template<typename T >
StackListEntry* StackListEntry< T >::prev {nullptr}

Definition at line 10 of file StackList.h.

Referenced by StackList< T >::pop(), and StackList< T >::push().


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