#include <seadTList.h>
Public Member Functions | |
| robustIterator (TListNode< T > *ptr) | |
| robustIterator & | operator++ () |
| TListNode< T > & | operator* () const |
| TListNode< T > * | operator-> () const |
Protected Attributes | |
| TListNode< T > * | mPtr |
| TListNode< T > * | mNext |
Friends | |
| bool | operator== (const robustIterator &it1, const robustIterator &it2) |
| bool | operator!= (const robustIterator &it1, const robustIterator &it2) |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
protected |
|
protected |