Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgSList< T, SIZE >::Iterator Class Reference

#include <SgSList.h>

List of all members.


Detailed Description

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

Const iterator.

Definition at line 24 of file SgSList.h.

Public Member Functions

 Iterator (const SgSList &list)
const T & operator * () const
void operator++ ()
 operator bool () const

Private Attributes

const T * m_end
const T * m_current


Constructor & Destructor Documentation

template<typename T, int SIZE>
SgSList< T, SIZE >::Iterator::Iterator ( const SgSList list  ) 

Definition at line 155 of file SgSList.h.


Member Function Documentation

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

Definition at line 162 of file SgSList.h.

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

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

Definition at line 175 of file SgSList.h.

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

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

Definition at line 169 of file SgSList.h.

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


Member Data Documentation

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

Definition at line 38 of file SgSList.h.

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

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

Definition at line 36 of file SgSList.h.

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


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


17 Jun 2010 Doxygen 1.4.7