| class Swi::CSisRegistryProperty : public CBase |
| Public Member Functions | |
|---|---|
| IMPORT_C void | ExternalizeL(RWriteStream &) |
| IMPORT_C void | InternalizeL(RReadStream &) |
| TInt32 | Key() |
| IMPORT_C CSisRegistryProperty * | NewL(const Sis::CProperty &) |
| IMPORT_C CSisRegistryProperty * | NewL(RReadStream &) |
| IMPORT_C CSisRegistryProperty * | NewLC(const Sis::CProperty &) |
| IMPORT_C CSisRegistryProperty * | NewLC(RReadStream &) |
| TInt32 | Value() |
| Private Member Functions | |
|---|---|
| void | ConstructL(const Sis::CProperty &) |
| void | ConstructL(RReadStream &) |
| Private Attributes | |
|---|---|
| TInt32 | iKey |
| TInt32 | iValue |
| void | ConstructL | ( | const Sis::CProperty & | aProperty | ) | [private] |
The second-phase constructor.
| const Sis::CProperty & aProperty | The property. |
| void | ConstructL | ( | RReadStream & | aStream | ) | [private] |
The second-phase constructor.
| RReadStream & aStream | The stream to read the property from. |
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
| RWriteStream & aStream |
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
| RReadStream & aStream |
| IMPORT_C CSisRegistryProperty * | NewL | ( | const Sis::CProperty & | aProperty | ) | [static] |
This creates a new CProperty object based on a Sis::CProperty
| const Sis::CProperty & aProperty |
| IMPORT_C CSisRegistryProperty * | NewL | ( | RReadStream & | aStream | ) | [static] |
This creates a new CProperty object from a stream
| RReadStream & aStream |
| IMPORT_C CSisRegistryProperty * | NewLC | ( | const Sis::CProperty & | aProperty | ) | [static] |
This creates a new CProperty object based on a Sis::CProperty
| const Sis::CProperty & aProperty |
| IMPORT_C CSisRegistryProperty * | NewLC | ( | RReadStream & | aStream | ) | [static] |
This creates a new CProperty object from a stream
| RReadStream & aStream |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.