#include <OVR_Array.h>
Public Member Functions | |
SPInt | GetIndex () const |
ValueType * | GetPtr () const |
bool | IsFinished () const |
Iterator () | |
Iterator (SelfType *parr, SPInt idx=0) | |
bool | operator!= (const Iterator &it) const |
ValueType & | operator* () const |
Iterator | operator+ (int delta) const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator | operator- (int delta) const |
SPInt | operator- (const Iterator &right) const |
Iterator & | operator-- () |
Iterator | operator-- (int) |
ValueType * | operator-> () const |
bool | operator== (const Iterator &it) const |
void | Remove () |
Private Attributes | |
SPInt | CurIndex |
SelfType * | pArray |
Definition at line 554 of file OVR_Array.h.
OVR::ArrayBase< ArrayData >::Iterator::Iterator | ( | ) | [inline] |
Definition at line 560 of file OVR_Array.h.
OVR::ArrayBase< ArrayData >::Iterator::Iterator | ( | SelfType * | parr, |
SPInt | idx = 0 |
||
) | [inline] |
Definition at line 561 of file OVR_Array.h.
SPInt OVR::ArrayBase< ArrayData >::Iterator::GetIndex | ( | ) | const [inline] |
Definition at line 621 of file OVR_Array.h.
ValueType* OVR::ArrayBase< ArrayData >::Iterator::GetPtr | ( | ) | const [inline] |
Definition at line 611 of file OVR_Array.h.
bool OVR::ArrayBase< ArrayData >::Iterator::IsFinished | ( | ) | const [inline] |
Definition at line 613 of file OVR_Array.h.
bool OVR::ArrayBase< ArrayData >::Iterator::operator!= | ( | const Iterator & | it | ) | const [inline] |
Definition at line 564 of file OVR_Array.h.
ValueType& OVR::ArrayBase< ArrayData >::Iterator::operator* | ( | ) | const [inline] |
Definition at line 609 of file OVR_Array.h.
Iterator OVR::ArrayBase< ArrayData >::Iterator::operator+ | ( | int | delta | ) | const [inline] |
Definition at line 596 of file OVR_Array.h.
Iterator& OVR::ArrayBase< ArrayData >::Iterator::operator++ | ( | ) | [inline] |
Definition at line 566 of file OVR_Array.h.
Iterator OVR::ArrayBase< ArrayData >::Iterator::operator++ | ( | int | ) | [inline] |
Definition at line 575 of file OVR_Array.h.
Iterator OVR::ArrayBase< ArrayData >::Iterator::operator- | ( | int | delta | ) | const [inline] |
Definition at line 600 of file OVR_Array.h.
SPInt OVR::ArrayBase< ArrayData >::Iterator::operator- | ( | const Iterator & | right | ) | const [inline] |
Definition at line 604 of file OVR_Array.h.
Iterator& OVR::ArrayBase< ArrayData >::Iterator::operator-- | ( | ) | [inline] |
Definition at line 581 of file OVR_Array.h.
Iterator OVR::ArrayBase< ArrayData >::Iterator::operator-- | ( | int | ) | [inline] |
Definition at line 590 of file OVR_Array.h.
ValueType* OVR::ArrayBase< ArrayData >::Iterator::operator-> | ( | ) | const [inline] |
Definition at line 610 of file OVR_Array.h.
bool OVR::ArrayBase< ArrayData >::Iterator::operator== | ( | const Iterator & | it | ) | const [inline] |
Definition at line 563 of file OVR_Array.h.
void OVR::ArrayBase< ArrayData >::Iterator::Remove | ( | ) | [inline] |
Definition at line 615 of file OVR_Array.h.
SPInt OVR::ArrayBase< ArrayData >::Iterator::CurIndex [private] |
Definition at line 557 of file OVR_Array.h.
SelfType* OVR::ArrayBase< ArrayData >::Iterator::pArray [private] |
Definition at line 556 of file OVR_Array.h.