diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-6FED83FE-1360-5468-B938-0BDFF7D62C43.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-6FED83FE-1360-5468-B938-0BDFF7D62C43.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,22 @@ + + + + + +LinksThis document describes links in the context of a doubly linked +list. +

An element in a doubly linked list can be any kind of object. To allow +an object to become an element of a doubly linked list, the class of which +that object is an instance, must include a link as a component.

+

A link object has data members containing pointers which point forwards +to the next link object and backwards to the previous link object. A link +object also has function members to implement the behaviour expected of link +objects, for example, connecting itself to another link object.

+

A link is an instance of the TDblQueLink class.

+
\ No newline at end of file