#include <OVR_Array.h>
Public Member Functions | |
ConstIterator () | |
ConstIterator (const SelfType *parr, SPInt idx=0) | |
SPInt | GetIndex () const |
const ValueType * | GetPtr () const |
bool | IsFinished () const |
bool | operator!= (const ConstIterator &it) const |
const ValueType & | operator* () const |
ConstIterator | operator+ (int delta) const |
ConstIterator & | operator++ () |
ConstIterator | operator++ (int) |
ConstIterator | operator- (int delta) const |
SPInt | operator- (const ConstIterator &right) const |
ConstIterator & | operator-- () |
ConstIterator | operator-- (int) |
const ValueType * | operator-> () const |
bool | operator== (const ConstIterator &it) const |
Private Attributes | |
SPInt | CurIndex |
const SelfType * | pArray |
Definition at line 628 of file OVR_Array.h.
OVR::ArrayBase< ArrayData >::ConstIterator::ConstIterator | ( | ) | [inline] |
Definition at line 634 of file OVR_Array.h.
OVR::ArrayBase< ArrayData >::ConstIterator::ConstIterator | ( | const SelfType * | parr, |
SPInt | idx = 0 |
||
) | [inline] |
Definition at line 635 of file OVR_Array.h.
SPInt OVR::ArrayBase< ArrayData >::ConstIterator::GetIndex | ( | ) | const [inline] |
Definition at line 689 of file OVR_Array.h.
const ValueType* OVR::ArrayBase< ArrayData >::ConstIterator::GetPtr | ( | ) | const [inline] |
Definition at line 685 of file OVR_Array.h.
bool OVR::ArrayBase< ArrayData >::ConstIterator::IsFinished | ( | ) | const [inline] |
Definition at line 687 of file OVR_Array.h.
bool OVR::ArrayBase< ArrayData >::ConstIterator::operator!= | ( | const ConstIterator & | it | ) | const [inline] |
Definition at line 638 of file OVR_Array.h.
const ValueType& OVR::ArrayBase< ArrayData >::ConstIterator::operator* | ( | ) | const [inline] |
Definition at line 683 of file OVR_Array.h.
ConstIterator OVR::ArrayBase< ArrayData >::ConstIterator::operator+ | ( | int | delta | ) | const [inline] |
Definition at line 670 of file OVR_Array.h.
ConstIterator& OVR::ArrayBase< ArrayData >::ConstIterator::operator++ | ( | ) | [inline] |
Definition at line 640 of file OVR_Array.h.
ConstIterator OVR::ArrayBase< ArrayData >::ConstIterator::operator++ | ( | int | ) | [inline] |
Definition at line 649 of file OVR_Array.h.
ConstIterator OVR::ArrayBase< ArrayData >::ConstIterator::operator- | ( | int | delta | ) | const [inline] |
Definition at line 674 of file OVR_Array.h.
SPInt OVR::ArrayBase< ArrayData >::ConstIterator::operator- | ( | const ConstIterator & | right | ) | const [inline] |
Definition at line 678 of file OVR_Array.h.
ConstIterator& OVR::ArrayBase< ArrayData >::ConstIterator::operator-- | ( | ) | [inline] |
Definition at line 655 of file OVR_Array.h.
ConstIterator OVR::ArrayBase< ArrayData >::ConstIterator::operator-- | ( | int | ) | [inline] |
Definition at line 664 of file OVR_Array.h.
const ValueType* OVR::ArrayBase< ArrayData >::ConstIterator::operator-> | ( | ) | const [inline] |
Definition at line 684 of file OVR_Array.h.
bool OVR::ArrayBase< ArrayData >::ConstIterator::operator== | ( | const ConstIterator & | it | ) | const [inline] |
Definition at line 637 of file OVR_Array.h.
SPInt OVR::ArrayBase< ArrayData >::ConstIterator::CurIndex [private] |
Definition at line 631 of file OVR_Array.h.
const SelfType* OVR::ArrayBase< ArrayData >::ConstIterator::pArray [private] |
Definition at line 630 of file OVR_Array.h.