Symbian3/SDK/Source/GUID-053FFF2B-6FB1-5065-B9D1-047477F3DE01.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 13 48780e181b38
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    17 of a <codeph>CStreamDictionary</codeph> object is a list of two-way associations
    17 of a <codeph>CStreamDictionary</codeph> object is a list of two-way associations
    18 between UIDs and stream ids.</p>
    18 between UIDs and stream ids.</p>
    19 <p>The following diagram illustrates the concept of the dictionary store.</p>
    19 <p>The following diagram illustrates the concept of the dictionary store.</p>
    20 <fig id="GUID-6EEADFD0-FFCD-513F-BC26-99B46B54D600">
    20 <fig id="GUID-6EEADFD0-FFCD-513F-BC26-99B46B54D600">
    21 <title>Dictionary store</title>
    21 <title>Dictionary store</title>
    22 <image href="GUID-22699952-D032-5B69-B38A-43347A40A420_d0e361579_href.png" placement="inline"/>
    22 <image href="GUID-22699952-D032-5B69-B38A-43347A40A420_d0e355499_href.png" placement="inline"/>
    23 </fig>
    23 </fig>
    24 <p>The interface to a dictionary store is provided by the <codeph>CDictionaryStore</codeph> abstract
    24 <p>The interface to a dictionary store is provided by the <codeph>CDictionaryStore</codeph> abstract
    25 class. The classes for concrete dictionary stores are derived from this abstract
    25 class. The classes for concrete dictionary stores are derived from this abstract
    26 class; for example, <codeph>CDictionaryFileStore</codeph> is a concrete dictionary
    26 class; for example, <codeph>CDictionaryFileStore</codeph> is a concrete dictionary
    27 store class which is implemented using a file store. </p>
    27 store class which is implemented using a file store. </p>