diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-82C53275-6F7C-5B3D-9A07-FA4801D42403.dita --- a/Symbian3/PDK/Source/GUID-82C53275-6F7C-5B3D-9A07-FA4801D42403.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-82C53275-6F7C-5B3D-9A07-FA4801D42403.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,21 +1,21 @@ - - - - - -IteratorsIterators provide an easy way of cycling through the elements of -a singly linked list. -

Iterators provide an easy way of cycling through the elements of a singly -linked list, using the post increment operator++. They avoid -the need to access the inner detail of link objects and list headers.

-

An iterator is an instance of the templated class TSglQueIter<class -T>. The class provides the behaviour for moving through the elements -of a specific list. An iterator maintains a pointer to the current element -in the list. The current element can be any element in the list.

+ + + + + +IteratorsIterators provide an easy way of cycling through the elements of +a singly linked list. +

Iterators provide an easy way of cycling through the elements of a singly +linked list, using the post increment operator++. They avoid +the need to access the inner detail of link objects and list headers.

+

An iterator is an instance of the templated class TSglQueIter<class +T>. The class provides the behaviour for moving through the elements +of a specific list. An iterator maintains a pointer to the current element +in the list. The current element can be any element in the list.

\ No newline at end of file