Symbian3/SDK/Source/GUID-8D4AD37E-6B96-5B82-8313-F88D97531DEC.dita
changeset 13 48780e181b38
parent 8 ae94777fff8f
equal deleted inserted replaced
12:80ef3a206772 13:48780e181b38
     7     Nokia Corporation - initial contribution.
     7     Nokia Corporation - initial contribution.
     8 Contributors: 
     8 Contributors: 
     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-8D4AD37E-6B96-5B82-8313-F88D97531DEC" xml:lang="en"><title>Types
    12 <concept id="GUID-8D4AD37E-6B96-5B82-8313-F88D97531DEC" xml:lang="en"><title>Types of package</title><shortdesc>Describes the three types of package descriptors.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
    13 of package</title><shortdesc>Describes the three types of package descriptors.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>Three types of package are available:</p>
    13 <p>Three types of package are available:</p>
    15 <ul>
    14 <ul>
    16 <li id="GUID-F6734EA9-F7C3-5BAD-8D3D-31E74459DE60"><p>a packaged modifiable
    15 <li id="GUID-F6734EA9-F7C3-5BAD-8D3D-31E74459DE60"><p>a packaged modifiable
    17 buffer descriptor</p> </li>
    16 buffer descriptor</p> </li>
    18 <li id="GUID-F445EFBB-BD50-5277-9C2B-89D1F23A3A8A"><p>a packaged non-modifiable
    17 <li id="GUID-F445EFBB-BD50-5277-9C2B-89D1F23A3A8A"><p>a packaged non-modifiable
    19 pointer descriptor</p> </li>
    18 pointer descriptor</p> </li>
    20 <li id="GUID-E9DA31C2-63B8-5A6F-B139-E165CE56F104"><p>a packaged modifiable
    19 <li id="GUID-E9DA31C2-63B8-5A6F-B139-E165CE56F104"><p>a packaged modifiable
    21 pointer descriptor</p> </li>
    20 pointer descriptor</p> </li>
    22 </ul>
    21 </ul>
    23 <section id="GUID-894BE487-84FA-4182-85F1-636A985819A9"><title>Packaged modifiable buffer descriptor</title> <p>This is an
    22 <section id="GUID-894BE487-84FA-4182-85F1-636A985819A9"><title>Packaged
    24 object of type <codeph>TPckgBuf</codeph> and is a modifiable buffer descriptor.
    23 modifiable buffer descriptor</title> <p>This is an object of type <codeph>TPckgBuf</codeph> and is a modifiable buffer descriptor. The class
    25 The class is templated; the template parameter defines the type of object
    24 is templated; the template parameter defines the type of object that
    26 that this descriptor can contain.</p> <p>For example, a package descriptor
    25 this descriptor can contain.</p> <p>For example, a package descriptor
    27 of type <codeph>TPckgBuf&lt;TExample&gt;</codeph> is a modifiable buffer descriptor
    26 of type <codeph>TPckgBuf&lt;TExample&gt;</codeph> is a modifiable buffer
    28 that only contains objects of type <codeph>TExample</codeph>.</p> <p>The package
    27 descriptor that only contains objects of type <codeph>TExample</codeph>.</p> <p>The package class also allows functions to be called on
    29 class also allows functions to be called on the contained class.</p> <fig id="GUID-7EE59907-F6E0-5200-A4BF-6AD5C9BE2D67">
    28 the contained class.</p> <fig id="GUID-7EE59907-F6E0-5200-A4BF-6AD5C9BE2D67">
    30 <image href="GUID-541C8505-335F-5C93-8C0E-96BCEE39D1E6_d0e228979_href.png" placement="inline"/>
    29 <image href="GUID-541C8505-335F-5C93-8C0E-96BCEE39D1E6_d0e233964_href.png" placement="inline"/>
    31 </fig> </section>
    30 </fig> </section>
    32 <section id="GUID-C7714A6F-0E8D-43D4-B168-1EB333D8BCC7"><title>Packaged non-modifiable pointer descriptor</title> <p>This
    31 <section id="GUID-C7714A6F-0E8D-43D4-B168-1EB333D8BCC7"><title>Packaged
    33 is an object of type <codeph>TPckgC</codeph> and is a non-modifiable pointer
    32 non-modifiable pointer descriptor</title> <p>This is an object of
    34 descriptor. The class is templated; the template parameter defines the type
    33 type <codeph>TPckgC</codeph> and is a non-modifiable pointer descriptor.
    35 of object that this descriptor can represent.</p> <p>For example, a package
    34 The class is templated; the template parameter defines the type of
    36 descriptor of type <codeph>TPckgC&lt;TExample&gt;</codeph> is a non- modifiable
    35 object that this descriptor can represent.</p> <p>For example, a package
    37 pointer descriptor that only represents objects of type <codeph>TExample</codeph>.</p> <p>The
    36 descriptor of type <codeph>TPckgC&lt;TExample&gt;</codeph> is a non-
    38 package class also allows functions to be called on the contained class.</p> <fig id="GUID-31860379-F6A7-5D65-8160-EEDABBB73AD3">
    37 modifiable pointer descriptor that only represents objects of type <codeph>TExample</codeph>.</p> <p>The package class also allows functions
    39 <image href="GUID-EA2AAE86-0BD3-52C9-BD13-75E9F04DE77F_d0e229007_href.png" placement="inline"/>
    38 to be called on the contained class.</p> <fig id="GUID-31860379-F6A7-5D65-8160-EEDABBB73AD3">
       
    39 <image href="GUID-EA2AAE86-0BD3-52C9-BD13-75E9F04DE77F_d0e233992_href.png" placement="inline"/>
    40 </fig> </section>
    40 </fig> </section>
    41 <section id="GUID-3AD2BB30-93E0-4E1F-B2BC-15693CE45A3E"><title>Packaged modifiable pointer descriptor</title> <p>This is
    41 <section id="GUID-3AD2BB30-93E0-4E1F-B2BC-15693CE45A3E"><title>Packaged
    42 an object of type <codeph>TPckg</codeph> and is a modifiable pointer descriptor.
    42 modifiable pointer descriptor</title> <p>This is an object of type <codeph>TPckg</codeph> and is a modifiable pointer descriptor. The class
    43 The class is templated; the template parameter defines the type of object
    43 is templated; the template parameter defines the type of object that
    44 that this descriptor can represent.</p> <p>For example, a package descriptor
    44 this descriptor can represent.</p> <p>For example, a package descriptor
    45 of type <codeph>TPckg&lt;TExample&gt;</codeph> is a modifiable pointer descriptor
    45 of type <codeph>TPckg&lt;TExample&gt;</codeph> is a modifiable pointer
    46 that only represents objects of type <codeph>TExample</codeph>.</p> <p>The
    46 descriptor that only represents objects of type <codeph>TExample</codeph>.</p> <p>The package class also allows functions to be called on
    47 package class also allows functions to be called on the contained class.</p> <fig id="GUID-5BB0AF3B-33FF-5374-A867-0BD49A15DC74">
    47 the contained class.</p> <fig id="GUID-5BB0AF3B-33FF-5374-A867-0BD49A15DC74">
    48 <image href="GUID-72B7B5CC-2E04-53CE-8414-C362DFD40D52_d0e229035_href.png" placement="inline"/>
    48 <image href="GUID-72B7B5CC-2E04-53CE-8414-C362DFD40D52_d0e234020_href.png" placement="inline"/>
    49 </fig> </section>
    49 </fig> </section>
    50 <section id="GUID-2A10BADF-1BD3-4F78-B321-180132E8EA88"><title>See also</title> <p><xref href="GUID-0B9C8884-6BFF-35E2-AA6F-E4057B85AFCF.dita"><apiname>TBuf</apiname></xref> </p> <p><xref href="GUID-5CD07A27-E3ED-3273-A560-680501468C91.dita"><apiname>TPtrC</apiname></xref> </p> <p><xref href="GUID-EA7DEFA4-D4D9-3B2B-86A3-C3FB1A682E61.dita"><apiname>TPtr</apiname></xref> </p> </section>
    50 <section id="GUID-2A10BADF-1BD3-4F78-B321-180132E8EA88"><title>See
       
    51 also</title> <p><xref href="GUID-0B9C8884-6BFF-35E2-AA6F-E4057B85AFCF.dita"><apiname>TBuf</apiname></xref> </p> <p><xref href="GUID-5CD07A27-E3ED-3273-A560-680501468C91.dita"><apiname>TPtrC</apiname></xref> </p> <p><xref href="GUID-EA7DEFA4-D4D9-3B2B-86A3-C3FB1A682E61.dita"><apiname>TPtr</apiname></xref> </p> </section>
    51 </conbody><related-links>
    52 </conbody><related-links>
    52 <link>
    53 <link href="GUID-79BAF19D-F003-5468-9C01-6E918B06C36D.dita">
    53 <desc><xref href="GUID-79BAF19D-F003-5468-9C01-6E918B06C36D.dita">Descriptor concepts</xref></desc>
    54 <linktext>Descriptor concepts</linktext></link>
    54 </link>
       
    55 </related-links></concept>
    55 </related-links></concept>