|
| VectorIterator (ValueType *v, Index size) |
|
| VectorIterator (const VectorIterator< ValueType > &iter) |
|
VectorIterator< ValueType > & | operator= (const VectorIterator< ValueType > &iter) |
|
const ValueType & | operator* () const |
|
ValueType & | operator* () |
|
const ValueType & | operator[] (const Index i) const |
|
ValueType & | operator[] (const Index i) |
|
VectorIterator< ValueType > & | operator++ () |
|
VectorIterator< ValueType > & | operator-- () |
|
VectorIterator< ValueType > | operator++ (int) |
|
VectorIterator< ValueType > | operator-- (int) |
|
bool | operator== (const VectorIterator< ValueType > &a) const |
|
bool | operator!= (const VectorIterator< ValueType > &a) const |
|
Index | size () const |
|
ValueType * | ptr () const |
|
ValueType * | ptr () |
|
bool | hasMore () const |
|
ValueType | nextVal () |
|
ValueType | nextForPy () |
|