Namespaces
Variants
Actions
Revision as of 06:45, 25 July 2012 by hamishwillee (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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();
73 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