Symbian3/SDK/Source/GUID-D96EE819-DEA9-5B1A-AA94-4AC065C73697.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 13 48780e181b38
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    24 and inserting it into the appropriate place in the list. A segmented array
    24 and inserting it into the appropriate place in the list. A segmented array
    25 buffer is implemented using a <codeph>CBufSeg</codeph> object.</p>
    25 buffer is implemented using a <codeph>CBufSeg</codeph> object.</p>
    26 <p>The following diagram illustrates how elements are organised within the
    26 <p>The following diagram illustrates how elements are organised within the
    27 array buffer:</p>
    27 array buffer:</p>
    28 <fig id="GUID-D3DF754C-E97D-5408-8229-8AD4E262981E">
    28 <fig id="GUID-D3DF754C-E97D-5408-8229-8AD4E262981E">
    29 <image href="GUID-1C14ECA4-057B-5591-A8E3-F7DB0325E5AE_d0e219380_href.png" placement="inline"/>
    29 <image href="GUID-1C14ECA4-057B-5591-A8E3-F7DB0325E5AE_d0e215643_href.png" placement="inline"/>
    30 </fig>
    30 </fig>
    31 <p>This kind of array is suitable for large arrays with a high
    31 <p>This kind of array is suitable for large arrays with a high
    32 turnover of elements.</p>
    32 turnover of elements.</p>
    33 <p>This class is immediately derived from the abstract template base class <codeph>CArrayFix&lt;class T&gt;</codeph> which
    33 <p>This class is immediately derived from the abstract template base class <codeph>CArrayFix&lt;class T&gt;</codeph> which
    34 is itself derived from the abstract non-templated base class <codeph>CArrayFixBase</codeph>. </p>
    34 is itself derived from the abstract non-templated base class <codeph>CArrayFixBase</codeph>. </p>