List< T >::Iterator Class Reference

#include <List.h>

List of all members.

Public Member Functions

 Iterator (const T &t)
Iteratorprev ()
const Iteratorprev () const
Iteratornext ()
const Iteratornext () const
const T & item () const
item ()

Private Attributes

Iterator_prev
Iterator_next
_value

Friends

class List< T >

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


Constructor & Destructor Documentation

template<class T>
List< T >::Iterator::Iterator ( const T &  t  )  [inline]


Member Function Documentation

template<class T>
Iterator* List< T >::Iterator::prev (  )  [inline]

template<class T>
const Iterator* List< T >::Iterator::prev (  )  const [inline]

template<class T>
Iterator* List< T >::Iterator::next (  )  [inline]

template<class T>
const Iterator* List< T >::Iterator::next (  )  const [inline]

template<class T>
const T& List< T >::Iterator::item (  )  const [inline]

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


Friends And Related Function Documentation

template<class T>
friend class List< T > [friend]


Member Data Documentation

template<class T>
Iterator* List< T >::Iterator::_prev [private]

template<class T>
Iterator* List< T >::Iterator::_next [private]

template<class T>
T List< T >::Iterator::_value [private]


Generated on Thu Jan 18 10:06:18 2007 for vhdPLUS by  doxygen 1.5.1-p1