Symbian3/SDK/Source/GUID-83BE15D8-511F-592D-A93B-C71BD6FB1B08.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 13 48780e181b38
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    28 is represented by the templated class <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBRecordSet</apiname></xref> <codeph>&lt;T&gt;</codeph>.
    28 is represented by the templated class <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBRecordSet</apiname></xref> <codeph>&lt;T&gt;</codeph>.
    29 The template parameter defines the record type. The template parameter is
    29 The template parameter defines the record type. The template parameter is
    30 a Symbian platform defined record. </p> <p>You create a table
    30 a Symbian platform defined record. </p> <p>You create a table
    31 object on the heap. You use the <codeph>new           (Eleave)</codeph> construction
    31 object on the heap. You use the <codeph>new           (Eleave)</codeph> construction
    32 to create this object. </p> <fig id="GUID-6B7087D6-BA28-578D-8BF8-83FFC9486FB0">
    32 to create this object. </p> <fig id="GUID-6B7087D6-BA28-578D-8BF8-83FFC9486FB0">
    33 <image href="GUID-DB571D42-03F4-50F9-974D-B905707FC5F4_d0e86579_href.png" placement="inline"/>
    33 <image href="GUID-DB571D42-03F4-50F9-974D-B905707FC5F4_d0e79867_href.png" placement="inline"/>
    34 </fig> <p>The CommsDat API implements the table as an array of records and
    34 </fig> <p>The CommsDat API implements the table as an array of records and
    35 uses <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>RPointerArray</apiname></xref> <codeph>&lt;T&gt;</codeph> as
    35 uses <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>RPointerArray</apiname></xref> <codeph>&lt;T&gt;</codeph> as
    36 the array. The CommsDat API implements <codeph>RPointerArray&lt;T&gt;</codeph> in
    36 the array. The CommsDat API implements <codeph>RPointerArray&lt;T&gt;</codeph> in
    37 the base class <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBRecordSetBase</apiname></xref>, because
    37 the base class <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBRecordSetBase</apiname></xref>, because
    38 this behaviour is common to all tables. Tools and applications can access
    38 this behaviour is common to all tables. Tools and applications can access