|
Bike-X
0.8
|
#include "OVR_Array.h"

Public Member Functions | |
| Iterator () | |
| Iterator (SelfType *parr, SPInt idx=0) | |
| bool | operator== (const Iterator &it) const |
| bool | operator!= (const Iterator &it) const |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| Iterator & | operator-- () |
| Iterator | operator-- (int) |
| Iterator | operator+ (int delta) const |
| Iterator | operator- (int delta) const |
| SPInt | operator- (const Iterator &right) const |
| ValueType & | operator* () const |
| ValueType * | operator-> () const |
| ValueType * | GetPtr () const |
| bool | IsFinished () const |
| void | Remove () |
| SPInt | GetIndex () const |
Private Attributes | |
| SelfType * | pArray |
| SPInt | CurIndex |
Definition at line 594 of file OVR_Array.h.
|
inline |
Definition at line 600 of file OVR_Array.h.
|
inline |
Definition at line 601 of file OVR_Array.h.
|
inline |
Definition at line 661 of file OVR_Array.h.
|
inline |
Definition at line 651 of file OVR_Array.h.
|
inline |
Definition at line 653 of file OVR_Array.h.
|
inline |
Definition at line 604 of file OVR_Array.h.
|
inline |
Definition at line 649 of file OVR_Array.h.
|
inline |
Definition at line 636 of file OVR_Array.h.
|
inline |
Definition at line 606 of file OVR_Array.h.
|
inline |
Definition at line 615 of file OVR_Array.h.
|
inline |
Definition at line 640 of file OVR_Array.h.
|
inline |
Definition at line 644 of file OVR_Array.h.
|
inline |
Definition at line 621 of file OVR_Array.h.
|
inline |
Definition at line 630 of file OVR_Array.h.
|
inline |
Definition at line 650 of file OVR_Array.h.
|
inline |
Definition at line 603 of file OVR_Array.h.
|
inline |
Definition at line 655 of file OVR_Array.h.
|
private |
Definition at line 597 of file OVR_Array.h.
|
private |
Definition at line 596 of file OVR_Array.h.