Symbian3/PDK/Source/GUID-F6F9B2AC-A47E-5B0B-A1E2-EE2B31B59F2A.dita
changeset 5 f345bda72bc4
parent 3 46218c8b8afa
child 14 578be2adaf3e
equal deleted inserted replaced
4:4816d766a08a 5:f345bda72bc4
     9 -->
     9 -->
    10 <!DOCTYPE concept
    10 <!DOCTYPE concept
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
    12 <concept id="GUID-F6F9B2AC-A47E-5B0B-A1E2-EE2B31B59F2A" xml:lang="en"><title>Arrays
    12 <concept id="GUID-F6F9B2AC-A47E-5B0B-A1E2-EE2B31B59F2A" xml:lang="en"><title>Arrays
    13 And Lists Overview</title><shortdesc>This document is an overview of arrays and lists.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
    13 And Lists Overview</title><shortdesc>This document is an overview of arrays and lists.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
    14 <section id="GUID-284E9A1C-E54C-4324-BDB4-91D1A97AD784"><title>Purpose</title> <p>Provides arrays and lists of objects.</p> </section>
    14 <section id="GUID-284E9A1C-E54C-4324-BDB4-91D1A97AD784"><title>Purpose</title> <p>Provides
    15 <section id="GUID-1BA589F7-EE53-4AF5-B350-6B6A71CA71AD"><title>Description</title> <p>Functionality is provided by a number
    15 arrays and lists of objects.</p> </section>
    16 of APIs. Use them as follows:</p> <p><xref href="GUID-C302BD91-12AB-5888-98AC-33EB7A146312.dita">Fixed
    16 <section id="GUID-1BA589F7-EE53-4AF5-B350-6B6A71CA71AD"><title>Description</title> <p>Functionality
       
    17 is provided by a number of APIs. Use them as follows:</p> <p><xref href="GUID-C302BD91-12AB-5888-98AC-33EB7A146312.dita">Fixed
    17 Size Arrays Overview</xref> </p> <p>Provides a simple wrapper to C++ arrays
    18 Size Arrays Overview</xref> </p> <p>Provides a simple wrapper to C++ arrays
    18 with additional automatic checking of index values.</p> <p><xref href="GUID-56EE13F0-CAEE-5E1C-99CD-2FEC8C3BCA6B.dita">Dynamic
    19 with additional automatic checking of index values.</p> <p><xref href="GUID-56EE13F0-CAEE-5E1C-99CD-2FEC8C3BCA6B.dita">Dynamic
    19 Arrays Overview</xref> </p> <p>Provides families of dynamically expandible
    20 Arrays Overview</xref> </p> <p>Provides families of dynamically expandible
    20 heap-based arrays.</p> <p><xref href="GUID-BC32CC7C-99BA-59E8-A268-42F411CF336F.dita">Array
    21 heap-based arrays.</p> <p><xref href="GUID-BC32CC7C-99BA-59E8-A268-42F411CF336F.dita">Array
    21 Keys Overview</xref> </p> <p>Defines a property of array element by which
    22 Keys Overview</xref> </p> <p>Defines a property of array element by which
    23 Linked Lists Overview</xref> </p> <p>Manipulates a singly-linked list: an
    24 Linked Lists Overview</xref> </p> <p>Manipulates a singly-linked list: an
    24 ordered, non-indexed list of elements, that can be traversed only from start
    25 ordered, non-indexed list of elements, that can be traversed only from start
    25 to end. </p> <p><xref href="GUID-B1BDF68C-F989-56BD-AED4-727595D7355C.dita">Doubly
    26 to end. </p> <p><xref href="GUID-B1BDF68C-F989-56BD-AED4-727595D7355C.dita">Doubly
    26 Linked Lists Overview</xref> </p> <p>Manipulates a doubly-linked list: an
    27 Linked Lists Overview</xref> </p> <p>Manipulates a doubly-linked list: an
    27 ordered, non-indexed list of elements, that can be traversed in both directions. </p> </section>
    28 ordered, non-indexed list of elements, that can be traversed in both directions. </p> </section>
    28 <section id="GUID-C0496CC0-861F-4A09-BD85-B9DA79A6B881"><title>See also</title> <p><xref href="GUID-A668C70B-1AFF-5D58-9527-8530E2472227.dita">Buffers
    29 <section id="GUID-C0496CC0-861F-4A09-BD85-B9DA79A6B881"><title>See also</title> <p><xref href="GUID-A668C70B-1AFF-5D58-9527-8530E2472227.dita">Buffers And Strings Overview</xref> </p> <p><xref href="GUID-FF8F5D97-7D37-5F6B-84A3-C064E2FD53E0.dita">System Static Functions Overview</xref> </p> </section>
    29 And Strings Overview</xref> </p> <p><xref href="GUID-949EE53F-8D85-50B8-B8BA-541B6BF0DAC4.dita">Descriptor
       
    30 Arrays Overview</xref> </p> <p><xref href="GUID-FF8F5D97-7D37-5F6B-84A3-C064E2FD53E0.dita">System
       
    31 Static Functions Overview</xref> </p> </section>
       
    32 </conbody></concept>
    30 </conbody></concept>