class Swi::CControllerInfo : public CBase |
Public Member Functions | |
---|---|
~CControllerInfo() | |
IMPORT_C void | ExternalizeL(RWriteStream &) |
const CHashContainer & | HashContainer() |
IMPORT_C void | InternalizeL(RReadStream &) |
IMPORT_C CControllerInfo * | NewL(TVersion, const CHashContainer &, TInt) |
IMPORT_C CControllerInfo * | NewL(RReadStream &) |
IMPORT_C CControllerInfo * | NewL(const CControllerInfo &) |
IMPORT_C CControllerInfo * | NewL(TVersion, const CHashContainer &) |
IMPORT_C CControllerInfo * | NewLC(TVersion, const CHashContainer &, TInt) |
IMPORT_C CControllerInfo * | NewLC(RReadStream &) |
IMPORT_C CControllerInfo * | NewLC(const CControllerInfo &) |
IMPORT_C CControllerInfo * | NewLC(TVersion, const CHashContainer &) |
TInt | Offset() |
TVersion | Version() |
Private Member Functions | |
---|---|
CControllerInfo(TVersion, TInt) | |
CControllerInfo() | |
void | ConstructL(const CHashContainer &) |
void | ConstructL(RReadStream &) |
void | ConstructL(const CControllerInfo &) |
Private Attributes | |
---|---|
CHashContainer * | iHashContainer |
TInt | iOffset |
TVersion | iVersion |
void | ConstructL | ( | const CHashContainer & | aHashContainer | ) | [private] |
const CHashContainer & aHashContainer |
void | ConstructL | ( | RReadStream & | aReadStream | ) | [private] |
RReadStream & aReadStream |
void | ConstructL | ( | const CControllerInfo & | aControllerInfo | ) | [private] |
const CControllerInfo & aControllerInfo |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Write the object content to a stream
RWriteStream & aStream | The stream to write to |
const CHashContainer & | HashContainer | ( | ) | const [inline] |
Provides constant reference to the hash container of the controller object
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Read the object content from a stream - initialize from a stream
RReadStream & aStream | The stream to read from |
IMPORT_C CControllerInfo * | NewL | ( | TVersion | aVersion, |
const CHashContainer & | aHashContainer, | |||
TInt | aOffset | |||
) | [static] |
TVersion aVersion | |
const CHashContainer & aHashContainer | |
TInt aOffset |
IMPORT_C CControllerInfo * | NewL | ( | RReadStream & | aStream | ) | [static] |
RReadStream & aStream |
IMPORT_C CControllerInfo * | NewL | ( | const CControllerInfo & | aControllerInfo | ) | [static] |
const CControllerInfo & aControllerInfo |
IMPORT_C CControllerInfo * | NewL | ( | TVersion | aVersion, |
const CHashContainer & | aHashContainer | |||
) | [static] |
TVersion aVersion | |
const CHashContainer & aHashContainer |
IMPORT_C CControllerInfo * | NewLC | ( | TVersion | aVersion, |
const CHashContainer & | aHashContainer, | |||
TInt | aOffset | |||
) | [static] |
TVersion aVersion | |
const CHashContainer & aHashContainer | |
TInt aOffset |
IMPORT_C CControllerInfo * | NewLC | ( | RReadStream & | aStream | ) | [static] |
RReadStream & aStream |
IMPORT_C CControllerInfo * | NewLC | ( | const CControllerInfo & | aControllerInfo | ) | [static] |
const CControllerInfo & aControllerInfo |
IMPORT_C CControllerInfo * | NewLC | ( | TVersion | aVersion, |
const CHashContainer & | aHashContainer | |||
) | [static] |
TVersion aVersion | |
const CHashContainer & aHashContainer |
TInt | Offset | ( | ) | const [inline] |
Provides the offset in the registry entry this controller is stored at
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.