Proto
3.2
|
#include <Proto_Array.H>
Public Member Functions | |
ConstArrayIterator (const Array< T, N > &arr, int index) | |
const T & | operator* () |
bool | operator== (const ConstArrayIterator< T, N > &iter) const |
bool | operator!= (const ConstArrayIterator< T, N > &iter) const |
ConstArrayIterator & | operator++ () |
ConstArrayIterator & | operator-- () |
Private Attributes | |
const 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::ConstArrayIterator< T, N >::operator==().
|
private |
Referenced by Proto::ConstArrayIterator< T, N >::operator==().