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

SgArrayList< T, SIZE >::NonConstIterator Class Reference

Non-const iterator. More...

#include <SgArrayList.h>

List of all members.

Public Member Functions

 NonConstIterator (SgArrayList &list)
T & operator* () const
void operator++ ()
 operator bool () const

Private Attributes

const T * m_end
T * m_current

Detailed Description

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

Non-const iterator.

Definition at line 40 of file SgArrayList.h.


Constructor & Destructor Documentation

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

Definition at line 173 of file SgArrayList.h.


Member Function Documentation

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

Member Data Documentation

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

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


Sun Mar 13 2011 Doxygen 1.7.1