NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::ut::detail::LinkListImpl::Iterator Class Reference

Description

Definition at line 53 of file ut_LinkList.h.

Public Member Functions

 Iterator (LinkListNode *pNode)
 
Iteratoroperator++ ()
 
Iteratoroperator-- ()
 
LinkListNodeoperator-> () const
 

Private Attributes

LinkListNodemNode
 

Constructor & Destructor Documentation

◆ Iterator() [1/2]

nw4r::ut::detail::LinkListImpl::Iterator::Iterator ( )
inline

Definition at line 58 of file ut_LinkList.h.

◆ Iterator() [2/2]

nw4r::ut::detail::LinkListImpl::Iterator::Iterator ( LinkListNode * pNode)
inlineexplicit

Definition at line 59 of file ut_LinkList.h.

Member Function Documentation

◆ operator++()

Iterator & nw4r::ut::detail::LinkListImpl::Iterator::operator++ ( )
inline

Definition at line 61 of file ut_LinkList.h.

◆ operator--()

Iterator & nw4r::ut::detail::LinkListImpl::Iterator::operator-- ( )
inline

Definition at line 66 of file ut_LinkList.h.

◆ operator->()

LinkListNode * nw4r::ut::detail::LinkListImpl::Iterator::operator-> ( ) const
inline

Definition at line 71 of file ut_LinkList.h.

Member Data Documentation

◆ mNode

LinkListNode* nw4r::ut::detail::LinkListImpl::Iterator::mNode
private

Definition at line 81 of file ut_LinkList.h.