Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <JSUList.h>
Public Member Functions | |
JSUListIterator () | |
JSUListIterator (JSULink< T > *link) | |
JSUListIterator (JSUList< T > *list) | |
JSUListIterator< T > & | operator= (JSULink< T > *link) |
T * | getObject () |
bool | operator== (JSULink< T > const *other) const |
bool | operator!= (JSULink< T > const *other) const |
bool | operator== (JSUListIterator< T > const &other) const |
bool | operator!= (JSUListIterator< T > const &other) const |
JSUListIterator< T > | operator++ (int) |
JSUListIterator< T > & | operator++ () |
JSUListIterator< T > | operator-- (int) |
JSUListIterator< T > & | operator-- () |
T & | operator* () |
T * | operator-> () |
Public Attributes | |
JSULink< T > * | mLink |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |