Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions | Private Attributes

SgArray< T, SIZE >::NonConstIterator Class Reference

Local non-const iterator. More...

#include <SgArray.h>

List of all members.

Public Member Functions

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

Private Attributes

const T * m_end
T * m_current

Detailed Description

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

Local non-const iterator.

Definition at line 106 of file SgArray.h.


Constructor & Destructor Documentation

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

Definition at line 173 of file SgArray.h.


Member Function Documentation

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

Definition at line 179 of file SgArray.h.

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

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

Definition at line 186 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]
template<typename T, int SIZE>
const T* SgArray< T, SIZE >::NonConstIterator::m_end [private]

Definition at line 118 of file SgArray.h.

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


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


Sun Mar 13 2011 Doxygen 1.7.1