Namespaces
Variants
Actions

RDictionaryReadStream

Jump to: navigation, search
Article Metadata

Article
Created: eswar_illuri (21 May 2007)
Last edited: hamishwillee (25 Jul 2012)

Supports the opening and manipulation of a stream in a dictionary store.

The dictionary store in which the stream is located and the UID associated with that stream are specified when the RDictionaryReadStream is opened.

TUid theuid;
CDictionaryStore* store;
...
RDictionaryReadStream instream;
instream.OpenLC(*store,theuid);
TSomeData data;
instream >> data;
CleanupStack::PopAndDestroy();
This page was last modified on 25 July 2012, at 06:45.
72 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved