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

SgArrayList< T, SIZE >::Iterator Class Reference

Const iterator. More...

#include <SgArrayList.h>

List of all members.

Public Member Functions

 Iterator (const SgArrayList &list)
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 SgArrayList< T, SIZE >::Iterator

Const iterator.

Definition at line 22 of file SgArrayList.h.


Constructor & Destructor Documentation

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

Definition at line 146 of file SgArrayList.h.


Member Function Documentation

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

Definition at line 153 of file SgArrayList.h.

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

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

Definition at line 160 of file SgArrayList.h.

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


Member Data Documentation

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

Definition at line 34 of file SgArrayList.h.

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


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


Sun Mar 13 2011 Doxygen 1.7.1