Symbian3/PDK/Source/GUID-053FFF2B-6FB1-5065-B9D1-047477F3DE01.dita
changeset 12 80ef3a206772
parent 9 59758314f811
child 14 578be2adaf3e
equal deleted inserted replaced
11:5072524fcc79 12:80ef3a206772
    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_d0e582132_href.png" placement="inline"/>
    22 <image href="GUID-22699952-D032-5B69-B38A-43347A40A420_d0e631420_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>