Swi::CSisRegistryProperty Class Reference

class Swi::CSisRegistryProperty : public CBase

Inherits from

Member Functions Documentation

ConstructL(const Sis::CProperty &)

void ConstructL ( const Sis::CProperty & aProperty ) [private]

The second-phase constructor.

Parameters

const Sis::CProperty & aProperty The property.

ConstructL(RReadStream &)

void ConstructL ( RReadStream & aStream ) [private]

The second-phase constructor.

Parameters

RReadStream & aStream The stream to read the property from.

ExternalizeL(RWriteStream &)

IMPORT_C void ExternalizeL ( RWriteStream & aStream ) const

Parameters

RWriteStream & aStream

InternalizeL(RReadStream &)

IMPORT_C void InternalizeL ( 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]