simple_array_iterator Class Template Reference

#include <array.hpp>

Collaboration diagram for simple_array_iterator:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<typename T>
class gsgl::data::simple_array_iterator< T >

Definition at line 277 of file array.hpp.


Protected Member Functions

bool is_valid () const
const T & operator* () const
simple_array_iteratoroperator++ ()
simple_array_iteratoroperator= (const simple_array_iterator &i)
 simple_array_iterator (const simple_array_iterator &i)
 simple_array_iterator (const iterable< T, simple_array_iterator< T > > &parent_iterable)

Private Attributes

const simple_array< T > & parent
gsgl::index_t position

Constructor & Destructor Documentation

simple_array_iterator ( const iterable< T, simple_array_iterator< T > > &  parent_iterable  )  [inline, protected]

Definition at line 283 of file array.hpp.

simple_array_iterator ( const simple_array_iterator< T > &  i  )  [inline, protected]

Definition at line 286 of file array.hpp.


Member Function Documentation

bool is_valid (  )  const [inline, protected]

Definition at line 296 of file array.hpp.

const T& operator* (  )  const [inline, protected]

Definition at line 298 of file array.hpp.

simple_array_iterator& operator++ (  )  [inline, protected]

Definition at line 306 of file array.hpp.

simple_array_iterator& operator= ( const simple_array_iterator< T > &  i  )  [inline, protected]

Definition at line 289 of file array.hpp.

References simple_array_iterator::parent, and simple_array_iterator::position.


Member Data Documentation

const simple_array<T>& parent [private]

Definition at line 280 of file array.hpp.

Referenced by simple_array_iterator::operator=().

Definition at line 281 of file array.hpp.

Referenced by simple_array_iterator::operator=().


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

Generated on Sat Mar 1 13:50:06 2008 for Periapsis Project by  doxygen 1.5.5