diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-07045409-4714-5800-89EF-73590D4F0F37.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-07045409-4714-5800-89EF-73590D4F0F37.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,21 @@ + + + + + +LinksEach element of a singly linked list must contain a link object. +

An element in a singly linked list can be any kind of object. For an object +to be an element of a singly linked list, the class of that object must include +a link object as a component.

+

A link object has a data member containing a pointer which points forwards +to the next 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 TSglQueLink class.

+
\ No newline at end of file