class RDictionaryWriteStream : public RWriteStream |
Supports the creation or replacement of a stream a dictionary store.
Public Member Functions | |
---|---|
RDictionaryWriteStream() | |
RDictionaryWriteStream(const MExternalizer< TStreamRef > &) | |
IMPORT_C void | AssignL(CDictionaryStore &, TUid) |
IMPORT_C void | AssignLC(CDictionaryStore &, TUid) |
RDictionaryWriteStream | ( | ) | [inline] |
Constructs an uninitialised object. It is necessary because there are also non-default constructors in this class.
RDictionaryWriteStream | ( | const MExternalizer< TStreamRef > & | anExter | ) | [inline] |
const MExternalizer< TStreamRef > & anExter | Specifies an externaliser. |
IMPORT_C void | AssignL | ( | CDictionaryStore & | aDictStore, |
TUid | aUid | |||
) |
CDictionaryStore & aDictStore | |
TUid aUid |
IMPORT_C void | AssignLC | ( | CDictionaryStore & | aDictStore, |
TUid | aUid | |||
) |
CDictionaryStore & aDictStore | |
TUid aUid |