Simple Application Framework  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Saf::Collection::List< T >::Iterator Class Reference

Bidirectional mutable List iterator. More...

#include <List.h>

Inheritance diagram for Saf::Collection::List< T >::Iterator:
Saf::Collection::List< T >::ConstIterator

List of all members.

Public Member Functions

 Iterator ()
 Default constructor.
 Iterator (Node *node)
 Constructor.
 Iterator (const Iterator &iter)
 Copy constructor.
T & operator* () const
 Value reference.
Iteratoroperator++ ()
 Preincrement operator.
Iterator operator++ (int)
 Postincrement operator.
Iteratoroperator-- ()
 Predecrement operator.
Iterator operator-- (int)
 Postdecrement operator.
T * operator-> () const
 Value pointer.
Iteratoroperator= (const Iterator &iter)
 Assignment operator.

Detailed Description

template<class T>
class Saf::Collection::List< T >::Iterator

Bidirectional mutable List iterator.


Constructor & Destructor Documentation

template<class T>
Saf::Collection::List< T >::Iterator::Iterator ( ) [inline]

Default constructor.

template<class T>
Saf::Collection::List< T >::Iterator::Iterator ( Node node) [inline, explicit]

Constructor.

template<class T>
Saf::Collection::List< T >::Iterator::Iterator ( const Iterator iter) [inline]

Copy constructor.


Member Function Documentation

template<class T>
T& Saf::Collection::List< T >::Iterator::operator* ( ) const [inline]

Value reference.

Reimplemented from Saf::Collection::List< T >::ConstIterator.

template<class T>
Iterator& Saf::Collection::List< T >::Iterator::operator++ ( ) [inline]

Preincrement operator.

Reimplemented from Saf::Collection::List< T >::ConstIterator.

template<class T>
Iterator Saf::Collection::List< T >::Iterator::operator++ ( int  ) [inline]

Postincrement operator.

Reimplemented from Saf::Collection::List< T >::ConstIterator.

template<class T>
Iterator& Saf::Collection::List< T >::Iterator::operator-- ( ) [inline]

Predecrement operator.

Reimplemented from Saf::Collection::List< T >::ConstIterator.

template<class T>
Iterator Saf::Collection::List< T >::Iterator::operator-- ( int  ) [inline]

Postdecrement operator.

Reimplemented from Saf::Collection::List< T >::ConstIterator.

template<class T>
T* Saf::Collection::List< T >::Iterator::operator-> ( ) const [inline]

Value pointer.

Reimplemented from Saf::Collection::List< T >::ConstIterator.

template<class T>
Iterator& Saf::Collection::List< T >::Iterator::operator= ( const Iterator iter) [inline]

Assignment operator.


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