#include <SgArray.h>
Inheritance diagram for SgArray< T, SIZE >::Iterator:
Definition at line 91 of file SgArray.h.
Public Member Functions | |
Iterator (const SgArray &array) | |
const T & | operator * () const |
void | operator++ () |
operator bool () const | |
Private Attributes | |
const T * | m_end |
const T * | m_current |
const T & SgArray< T, SIZE >::Iterator::operator * | ( | ) | const |
Definition at line 157 of file SgArray.h.
References SgArray< T, SIZE >::Iterator::m_current, and SG_ASSERT.
SgArray< T, SIZE >::Iterator::operator bool | ( | ) | const |
Definition at line 170 of file SgArray.h.
References SgArray< T, SIZE >::Iterator::m_current, and SgArray< T, SIZE >::Iterator::m_end.
void SgArray< T, SIZE >::Iterator::operator++ | ( | ) |
const T* SgArray< T, SIZE >::Iterator::m_current [private] |
Definition at line 105 of file SgArray.h.
Referenced by SgArray< T, SIZE >::Iterator::operator *(), SgArray< T, SIZE >::Iterator::operator bool(), and SgArray< T, SIZE >::Iterator::operator++().
const T* SgArray< T, SIZE >::Iterator::m_end [private] |
Definition at line 103 of file SgArray.h.
Referenced by SgArray< T, SIZE >::Iterator::operator bool().