#include <pcstore/streamid.h>
| class PCStore::TStreamId |
| Public Member Functions | |
|---|---|
| TStreamId() | |
| TStreamId(TUint32) | |
| void | Externalize(CStoreWriteStream &) |
| void | Internalize(CStoreReadStream &) |
| TUint32 | Value() |
Provides unique identification for stream within a store.
A store always assigns a new id and constructs and returns an associated TStreamId object when a new stream is created.
| TStreamId | ( | ) |
| TStreamId | ( | TUint32 | aValue | ) |