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

SgArray< T, SIZE >::Iterator Class Reference

Local const iterator. More...

#include <SgArray.h>

Inheritance diagram for SgArray< T, SIZE >::Iterator:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

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

Local const iterator.

Definition at line 88 of file SgArray.h.


Constructor & Destructor Documentation

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

Definition at line 147 of file SgArray.h.


Member Function Documentation

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

Definition at line 154 of file SgArray.h.

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

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

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

Definition at line 100 of file SgArray.h.

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


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


Sun Mar 13 2011 Doxygen 1.7.1