diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-591552AB-D708-5CB5-9597-A0AF3D303178.dita --- a/Symbian3/PDK/Source/GUID-591552AB-D708-5CB5-9597-A0AF3D303178.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-591552AB-D708-5CB5-9597-A0AF3D303178.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,28 +1,28 @@ - - - - - -HeadersThis document describes the concept of headers as regards to doubly -linked lists. -

A header forms the anchor point for a doubly linked list. In common with -the elements of the list, the header includes a link object as a component.

-

The header includes the following functionality:

- -

A header is an instance of the templated class TDblQue<class - T>.

+ + + + + +HeadersThis document describes the concept of headers as regards to doubly +linked lists. +

A header forms the anchor point for a doubly linked list. In common with +the elements of the list, the header includes a link object as a component.

+

The header includes the following functionality:

+
    +
  • allows elements to be +added to the start and end of a doubly linked list, but not to the +middle.

  • +
  • tests if an element +is at the start or end of a list.

  • +
  • returns pointers to +elements at the start or the end of a list.

  • +
+

A header is an instance of the templated class TDblQue<class + T>.

\ No newline at end of file