#include <aglResCommon.h>
Public Member Functions | |
| iterator (s32 index, ElemDataType *elem) | |
| iterator & | operator++ () |
| ElemDataType & | operator* () const |
| ElemDataType * | operator-> () const |
| s32 | getIndex () const |
Private Attributes | |
| s32 | mIndex |
| ElemDataType * | mElem |
Friends | |
| bool | operator== (const iterator &lhs, const iterator &rhs) |
| bool | operator!= (const iterator &lhs, const iterator &rhs) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |