Proto
3.2
|
#include <Proto_Array.H>
Public Member Functions | |
ArrayIterator (Array< T, N > &arr, int index) | |
T & | operator* () |
bool | operator== (const ArrayIterator< T, N > &iter) const |
bool | operator!= (const ArrayIterator< T, N > &iter) const |
ArrayIterator & | operator++ () |
ArrayIterator & | operator-- () |
Private Attributes | |
Array< T, N > * | m_data |
int | m_index |
|
inline |
References index, and Proto::Array< T, N >::m_data.
|
inline |
References Proto::Array< T, N >::m_data.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Referenced by Proto::ArrayIterator< T, N >::operator==().
|
private |
Referenced by Proto::ArrayIterator< T, N >::operator==().