list_iterator Class Template Reference

#include <list.hpp>

Collaboration diagram for list_iterator:

Collaboration graph
[legend]

List of all members.


Detailed Description

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

Definition at line 337 of file list.hpp.


Protected Member Functions

bool is_valid () const
 list_iterator (const list_iterator< T > &li)
 list_iterator (const iterable< T, list_iterator< T > > &parent_iterable)
const T & operator* () const
list_iteratoroperator++ ()
list_iteratoroperator= (const list_iterator< T > &li)

Private Attributes

list< T >::list_node * cur

Constructor & Destructor Documentation

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

Definition at line 343 of file list.hpp.

list_iterator ( const list_iterator< T > &  li  )  [inline, protected]

Definition at line 346 of file list.hpp.


Member Function Documentation

bool is_valid (  )  const [inline, protected]

Definition at line 356 of file list.hpp.

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

Definition at line 358 of file list.hpp.

References matrix::item().

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

Definition at line 366 of file list.hpp.

list_iterator& operator= ( const list_iterator< T > &  li  )  [inline, protected]

Definition at line 349 of file list.hpp.

References list_iterator::cur.


Member Data Documentation

list<T>::list_node* cur [private]

Definition at line 340 of file list.hpp.

Referenced by list_iterator::operator=().


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

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