Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgArray< T, SIZE >::NonConstIterator Class Reference

#include <SgArray.h>

List of all members.


Detailed Description

template<typename T, int SIZE>
class SgArray< T, SIZE >::NonConstIterator

Local non-const iterator.

Definition at line 109 of file SgArray.h.

Public Member Functions

 NonConstIterator (SgArray &array)
T & operator * () const
void operator++ ()
 operator bool () const

Private Attributes

const T * m_end
T * m_current


Constructor & Destructor Documentation

template<typename T, int SIZE>
SgArray< T, SIZE >::NonConstIterator::NonConstIterator ( SgArray array  ) 

Definition at line 176 of file SgArray.h.


Member Function Documentation

template<typename T, int SIZE>
T & SgArray< T, SIZE >::NonConstIterator::operator * (  )  const

Definition at line 182 of file SgArray.h.

References SgArray< T, SIZE >::NonConstIterator::m_current, and SG_ASSERT.

template<typename T, int SIZE>
SgArray< T, SIZE >::NonConstIterator::operator bool (  )  const

Definition at line 195 of file SgArray.h.

References SgArray< T, SIZE >::NonConstIterator::m_current, and SgArray< T, SIZE >::NonConstIterator::m_end.

template<typename T, int SIZE>
void SgArray< T, SIZE >::NonConstIterator::operator++ (  ) 

Definition at line 189 of file SgArray.h.

References SgArray< T, SIZE >::NonConstIterator::m_current.


Member Data Documentation

template<typename T, int SIZE>
T* SgArray< T, SIZE >::NonConstIterator::m_current [private]

Definition at line 123 of file SgArray.h.

Referenced by SgArray< T, SIZE >::NonConstIterator::operator *(), SgArray< T, SIZE >::NonConstIterator::operator bool(), and SgArray< T, SIZE >::NonConstIterator::operator++().

template<typename T, int SIZE>
const T* SgArray< T, SIZE >::NonConstIterator::m_end [private]

Definition at line 121 of file SgArray.h.

Referenced by SgArray< T, SIZE >::NonConstIterator::operator bool().


The documentation for this class was generated from the following file:


17 Jun 2010 Doxygen 1.4.7