Symbian3/SDK/Source/GUID-6FED83FE-1360-5468-B938-0BDFF7D62C43.dita
changeset 7 51a74ef9ed63
parent 0 89d6a7a84779
equal deleted inserted replaced
6:43e37759235e 7:51a74ef9ed63
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-6FED83FE-1360-5468-B938-0BDFF7D62C43" xml:lang="en"><title>Links</title><shortdesc>This document describes links in the context of a doubly linked
       
    13 list.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>An element in a doubly linked list can be any kind of object. To allow
       
    15 an object to become an element of a doubly linked list, the class of which
       
    16 that object is an instance, must include a <i>link</i> as a component.</p>
       
    17 <p>A link object has data members containing pointers which point forwards
       
    18 to the next link object and backwards to the previous link object. A link
       
    19 object also has function members to implement the behaviour expected of link
       
    20 objects, for example, connecting itself to another link object.</p>
       
    21 <p>A link is an instance of the <codeph>TDblQueLink</codeph> class.</p>
       
    22 </conbody></concept>