Swi::CSisRegistryProperty Class Reference

class Swi::CSisRegistryProperty : public CBase

Inherits from

  • Swi::CSisRegistryProperty

Member Functions Documentation

ConstructL(const Sis::CProperty &)

voidConstructL(const Sis::CProperty &aProperty)[private]

The second-phase constructor.

Parameters

const Sis::CProperty & aPropertyThe property.

ConstructL(RReadStream &)

voidConstructL(RReadStream &aStream)[private]

The second-phase constructor.

Parameters

RReadStream & aStreamThe stream to read the property from.

ExternalizeL(RWriteStream &)

IMPORT_C voidExternalizeL(RWriteStream &aStream)const

Parameters

RWriteStream & aStream

InternalizeL(RReadStream &)

IMPORT_C voidInternalizeL(RReadStream &aStream)

Parameters

RReadStream & aStream

Key()

TInt32 Key()const [inline]

NewL(const Sis::CProperty &)

IMPORT_C CSisRegistryProperty *NewL(const Sis::CProperty &aProperty)[static]

This creates a new CProperty object based on a Sis::CProperty

Parameters

const Sis::CProperty & aProperty

NewL(RReadStream &)

IMPORT_C CSisRegistryProperty *NewL(RReadStream &aStream)[static]

This creates a new CProperty object from a stream

Parameters

RReadStream & aStream

NewLC(const Sis::CProperty &)

IMPORT_C CSisRegistryProperty *NewLC(const Sis::CProperty &aProperty)[static]

This creates a new CProperty object based on a Sis::CProperty

Parameters

const Sis::CProperty & aProperty

NewLC(RReadStream &)

IMPORT_C CSisRegistryProperty *NewLC(RReadStream &aStream)[static]

This creates a new CProperty object from a stream

Parameters

RReadStream & aStream

Value()

TInt32 Value()const [inline]

Member Data Documentation

TInt32 iKey

TInt32 iKey[private]

TInt32 iValue

TInt32 iValue[private]