CContactStoreField Class Reference

class CContactStoreField : public CContactFieldStorage

Provides access to the binary field data stored in an 8-bit descriptor.

An object of this class can be retrieved using CContactItemField::StoreStorage().

Inherits from

Constructor & Destructor Documentation

~CContactStoreField()

~CContactStoreField()

Member Functions Documentation

CContactFieldStorage_Reserved1()

IMPORT_C voidCContactFieldStorage_Reserved1()[private, virtual]

ExternalizeL(RWriteStream &)

voidExternalizeL(RWriteStream &aStream)const [virtual]

Externalises the field data.

Parameters

RWriteStream & aStreamWrite stream to which the contents of the field should be externalised.

InternalizeL(RReadStream &)

voidInternalizeL(RReadStream &aStream)[virtual]

Internalises the field data.

Parameters

RReadStream & aStreamStream from which the the contents of the field should be internalised.

IsFull()

TBool IsFull()const [virtual]

Tests whether the field storage contains data.

True if the field storage contains data, false if not.

RestoreL(CStreamStore &, RReadStream &)

voidRestoreL(CStreamStore &aStore,
RReadStream &aStream
)[virtual]

Restores the field data.

Parameters

CStreamStore & aStoreReference to the store from which the object is to be restored.
RReadStream & aStreamReference to the stream which should be passed to InternalizeL().

SetThingL(const TDesC8 &)

IMPORT_C voidSetThingL(const TDesC8 &aDes)

Parameters

const TDesC8 & aDes

SetThingL(const HBufC8 &)

IMPORT_C voidSetThingL(const HBufC8 &aDes)

Parameters

const HBufC8 & aDes

SetThingL(const CBufBase *)

IMPORT_C voidSetThingL(const CBufBase *aBuf)

Parameters

const CBufBase * aBuf

StoreL(CStreamStore &)

TStreamId StoreL(CStreamStore &aStore)const [virtual]

Stores the field data.

The ID of the stream store.

Parameters

CStreamStore & aStoreReference to the stream store to which the field data is written.

Thing()

IMPORT_C HBufC8 *Thing()const

Member Data Documentation

HBufC8 * iThing

HBufC8 *iThing[private]