NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 224 of file ut_LinkList.h.
Public Types | |
typedef T | TElem |
Public Member Functions | |
Iterator (LinkListImpl::Iterator it) | |
Iterator & | operator++ () |
Iterator & | operator-- () |
Iterator | operator++ (int) |
T * | operator-> () const |
T & | operator* () const |
Private Attributes | |
LinkListImpl::Iterator | mIterator |
typedef T nw4r::ut::LinkList< T, Ofs >::Iterator::TElem |
Definition at line 230 of file ut_LinkList.h.
|
inline |
Definition at line 233 of file ut_LinkList.h.
|
inlineexplicit |
Definition at line 234 of file ut_LinkList.h.
|
inline |
Definition at line 236 of file ut_LinkList.h.
|
inline |
Definition at line 241 of file ut_LinkList.h.
|
inline |
Definition at line 246 of file ut_LinkList.h.
|
inline |
Definition at line 252 of file ut_LinkList.h.
|
inline |
Definition at line 256 of file ut_LinkList.h.
|
private |
Definition at line 269 of file ut_LinkList.h.