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