Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgSList< T, SIZE >::NonConstIterator Class Reference

#include <SgSList.h>

List of all members.


Detailed Description

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

Non-const iterator.

Definition at line 42 of file SgSList.h.

Public Member Functions

 NonConstIterator (SgSList &list)
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>
SgSList< T, SIZE >::NonConstIterator::NonConstIterator ( SgSList list  ) 

Definition at line 181 of file SgSList.h.


Member Function Documentation

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

Definition at line 188 of file SgSList.h.

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

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

Definition at line 201 of file SgSList.h.

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

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

Definition at line 195 of file SgSList.h.

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


Member Data Documentation

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

Definition at line 56 of file SgSList.h.

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

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

Definition at line 54 of file SgSList.h.

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


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


17 Jun 2010 Doxygen 1.4.7