Symbian3/PDK/Source/GUID-D96EE819-DEA9-5B1A-AA94-4AC065C73697.dita
changeset 12 80ef3a206772
parent 9 59758314f811
child 14 578be2adaf3e
equal deleted inserted replaced
11:5072524fcc79 12:80ef3a206772
    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_d0e317363_href.png" placement="inline"/>
    29 <image href="GUID-1C14ECA4-057B-5591-A8E3-F7DB0325E5AE_d0e323353_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>