Base class for StackList. More...
#include "StackList.h"
Public Attributes | |
StackListEntry * | next {nullptr} |
StackListEntry * | prev {nullptr} |
Base class for StackList.
Definition at line 7 of file StackList.h.
StackListEntry* StackListEntry< T >::next {nullptr} |
Definition at line 9 of file StackList.h.
Referenced by StackList< T >::StackListIterator::operator++(), StackList< T >::pop(), and StackList< T >::push().
StackListEntry* StackListEntry< T >::prev {nullptr} |
Definition at line 10 of file StackList.h.
Referenced by StackList< T >::pop(), and StackList< T >::push().