| class Swi::CSisRegistryDependency : public CBase |
| Public Member Functions | |
|---|---|
| IMPORT_C void | ExternalizeL(RWriteStream &) |
| TVersion | FromVersion() |
| IMPORT_C void | InternalizeL(RReadStream &) |
| IMPORT_C TBool | IsCompatible(const TVersion &) |
| IMPORT_C CSisRegistryDependency * | NewL(const Sis::CDependency &) |
| IMPORT_C CSisRegistryDependency * | NewL(RReadStream &) |
| IMPORT_C CSisRegistryDependency * | NewL(const CSisRegistryDependency &) |
| IMPORT_C CSisRegistryDependency * | NewLC(const Sis::CDependency &) |
| IMPORT_C CSisRegistryDependency * | NewLC(RReadStream &) |
| IMPORT_C CSisRegistryDependency * | NewLC(const CSisRegistryDependency &) |
| TVersion | ToVersion() |
| TUid | Uid() |
| Private Member Functions | |
|---|---|
| CSisRegistryDependency() | |
| void | ConstructL(const Sis::CDependency &) |
| void | ConstructL(const CSisRegistryDependency &) |
| void | ConstructL(RReadStream &) |
| Private Attributes | |
|---|---|
| TVersion | iFromVersion |
| TVersion | iToVersion |
| TUid | iUid |
| void | ConstructL | ( | const Sis::CDependency & | aDependency | ) | [private] |
The second-phase constructor.
| const Sis::CDependency & aDependency | The Sis::CDependency dependency object reference argument. |
| void | ConstructL | ( | const CSisRegistryDependency & | aDependency | ) | [private] |
The second-phase constructor.
| const CSisRegistryDependency & aDependency | The CSisRegistryDependency to read the file description from. |
| void | ConstructL | ( | RReadStream & | aStream | ) | [private] |
The second-phase constructor.
| RReadStream & aStream | The stream to read the file description from. |
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
| RWriteStream & aStream |
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
| RReadStream & aStream |
| IMPORT_C TBool | IsCompatible | ( | const TVersion & | aVersion | ) | const |
| const TVersion & aVersion |
| IMPORT_C CSisRegistryDependency * | NewL | ( | const Sis::CDependency & | aDependency | ) | [static] |
Creates a new CSisRegistryDependency object based on a Sis::CDependency
| const Sis::CDependency & aDependency |
| IMPORT_C CSisRegistryDependency * | NewL | ( | RReadStream & | aStream | ) | [static] |
Creates a new CSisRegistryFileDescription from a stream
| RReadStream & aStream |
| IMPORT_C CSisRegistryDependency * | NewL | ( | const CSisRegistryDependency & | aDependency | ) | [static] |
Creates a new CSisRegistryFileDescription from a CSisRegistryDependency object
| const CSisRegistryDependency & aDependency |
| IMPORT_C CSisRegistryDependency * | NewLC | ( | const Sis::CDependency & | aDependency | ) | [static] |
Creates a new CSisRegistryDependency object on the cleanup stack.
| const Sis::CDependency & aDependency |
| IMPORT_C CSisRegistryDependency * | NewLC | ( | RReadStream & | aStream | ) | [static] |
Creates a new CSisRegistryFileDescription from a stream on the cleanup stack
| RReadStream & aStream |
| IMPORT_C CSisRegistryDependency * | NewLC | ( | const CSisRegistryDependency & | aDependency | ) | [static] |
Creates a new CSisRegistryFileDescription from a CSisRegistryDependency object and places the created object on the cleanup stack
| const CSisRegistryDependency & aDependency |
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.