equal
deleted
inserted
replaced
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_d0e307592_href.png" placement="inline"/> |
29 <image href="GUID-1C14ECA4-057B-5591-A8E3-F7DB0325E5AE_d0e328817_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<class T></codeph> which |
33 <p>This class is immediately derived from the abstract template base class <codeph>CArrayFix<class T></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> |