Symbian3/SDK/Source/GUID-B1D63E7B-81EB-5F75-96C3-789E5C3E4C03.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 13 48780e181b38
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
   205 <p>results in the construction of a doubly linked list of <codeph>CItem</codeph> objects
   205 <p>results in the construction of a doubly linked list of <codeph>CItem</codeph> objects
   206 each containing a pointer to an <codeph>HBufC</codeph> descriptor containing
   206 each containing a pointer to an <codeph>HBufC</codeph> descriptor containing
   207 the text as shown:</p>
   207 the text as shown:</p>
   208 <fig id="GUID-10DC05B0-64A2-52D0-ABC6-ACD231F402C4">
   208 <fig id="GUID-10DC05B0-64A2-52D0-ABC6-ACD231F402C4">
   209 <title/>
   209 <title/>
   210 <image href="GUID-03AC137D-173A-558C-A2F3-9522870AC43C_d0e217986_href.png" placement="inline"/>
   210 <image href="GUID-03AC137D-173A-558C-A2F3-9522870AC43C_d0e214249_href.png" placement="inline"/>
   211 </fig>
   211 </fig>
   212 <p>The following code destroys the list elements and the <codeph>CXy</codeph> object
   212 <p>The following code destroys the list elements and the <codeph>CXy</codeph> object
   213 containing the list header and iterator:</p>
   213 containing the list header and iterator:</p>
   214 <codeblock id="GUID-37EF4182-834F-51BF-9250-61B479BFD3D1" xml:space="preserve">    ...
   214 <codeblock id="GUID-37EF4182-834F-51BF-9250-61B479BFD3D1" xml:space="preserve">    ...
   215     items-&gt;DoItems();
   215     items-&gt;DoItems();