#include <seadOffsetList.h>
Public Member Functions | |
| iterator (T *ptr, s32 offset) | |
| iterator & | operator++ () |
| T & | operator* () const |
| T * | operator-> () const |
Protected Attributes | |
| T * | mPtr |
| s32 | mOffset |
Friends | |
| class | constIterator |
| bool | operator== (const iterator &it1, const iterator &it2) |
| bool | operator!= (const iterator &it1, const iterator &it2) |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
protected |
|
protected |