#include "StackList.h"
| Public Member Functions | |
| StackListIterator (StackList &list) | |
| constexpr StackListIterator & | begin () noexcept | 
| constexpr StackListIterator & | end () noexcept | 
| constexpr T & | operator* () noexcept | 
| constexpr StackListIterator & | operator++ () noexcept | 
| constexpr bool | operator!= (const TStackListEntry *) const noexcept | 
Definition at line 71 of file StackList.h.
| 
 | inline | 
Definition at line 74 of file StackList.h.
| 
 | inlineconstexprnoexcept | 
Definition at line 80 of file StackList.h.
| 
 | inlineconstexprnoexcept | 
Definition at line 81 of file StackList.h.
| 
 | inlineconstexprnoexcept | 
Definition at line 94 of file StackList.h.
| 
 | inlineconstexprnoexcept | 
Definition at line 83 of file StackList.h.
| 
 | inlineconstexprnoexcept | 
Definition at line 85 of file StackList.h.
References StackListEntry< T >::next.