Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgArray< T, SIZE >::Iterator Class Reference

#include <SgArray.h>

Inheritance diagram for SgArray< T, SIZE >::Iterator:

Inheritance graph
[legend]
List of all members.

Detailed Description

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

Local const 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


Constructor & Destructor Documentation

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

Definition at line 150 of file SgArray.h.


Member Function Documentation

template<typename T, int SIZE>
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.

template<typename T, int SIZE>
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.

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

Definition at line 164 of file SgArray.h.

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


Member Data Documentation

template<typename T, int SIZE>
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++().

template<typename T, int SIZE>
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().


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


17 Jun 2010 Doxygen 1.4.7