Public Member Functions | List of all members
StackList< T >::StackListIterator Class Reference

#include "StackList.h"

Public Member Functions

 StackListIterator (StackList &list)
 
constexpr StackListIteratorbegin () noexcept
 
constexpr StackListIteratorend () noexcept
 
constexpr T & operator* () noexcept
 
constexpr StackListIteratoroperator++ () noexcept
 
constexpr bool operator!= (const TStackListEntry *) const noexcept
 

Detailed Description

template<typename T>
class StackList< T >::StackListIterator

Definition at line 71 of file StackList.h.

Constructor & Destructor Documentation

◆ StackListIterator()

template<typename T >
StackList< T >::StackListIterator::StackListIterator ( StackList list)
inline

Definition at line 74 of file StackList.h.

Member Function Documentation

◆ begin()

template<typename T >
constexpr StackListIterator& StackList< T >::StackListIterator::begin ( )
inlineconstexprnoexcept

Definition at line 80 of file StackList.h.

◆ end()

template<typename T >
constexpr StackListIterator& StackList< T >::StackListIterator::end ( )
inlineconstexprnoexcept

Definition at line 81 of file StackList.h.

◆ operator!=()

template<typename T >
constexpr bool StackList< T >::StackListIterator::operator!= ( const TStackListEntry ) const
inlineconstexprnoexcept

Definition at line 94 of file StackList.h.

◆ operator*()

template<typename T >
constexpr T& StackList< T >::StackListIterator::operator* ( )
inlineconstexprnoexcept

Definition at line 83 of file StackList.h.

◆ operator++()

template<typename T >
constexpr StackListIterator& StackList< T >::StackListIterator::operator++ ( )
inlineconstexprnoexcept

Definition at line 85 of file StackList.h.

References StackListEntry< T >::next.


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