class CAgnTzRules : public CBase |
Public Member Functions | |
---|---|
~CAgnTzRules() | |
CAgnTzRules * | CloneL() |
CTzRules * | CloneTzRulesL() |
void | CopyL(const CAgnTzRules &) |
void | ExternalizeL(RWriteStream &) |
IMPORT_C TBool | HasValidTzZoneStreamId() |
void | InternalizeL(RReadStream &) |
CAgnTzRules * | NewL() |
CAgnTzRules * | NewL(const CTzRules &) |
CAgnTzRules * | NewL(RReadStream &, TBool) |
void | ReadBufferL(RReadStream &) |
void | SetSharedWithTzIndex(TBool) |
IMPORT_C void | SetSystemTzRule(TBool) |
IMPORT_C void | SetTzRules(CTzRules *) |
IMPORT_C void | SetTzZoneStreamId(TStreamId) |
IMPORT_C void | SetUseCurrentSystemTzRules(TBool) |
TBool | SharedWithTzIndex() |
IMPORT_C TBool | SystemTzRule() |
IMPORT_C const CTzRules * | TzRules() |
IMPORT_C TStreamId | TzZoneStreamId() |
IMPORT_C TBool | UseCurrentSystemTzRules() |
void | WriteToBufferL(RWriteStream &) |
Private Member Functions | |
---|---|
CAgnTzRules() | |
void | ConstructL() |
void | ConstructL(const CTzRules &) |
void | DoInternalizeL(RReadStream &) |
void | Reset() |
Private Attributes | |
---|---|
TBool | iSharedInTzIndex |
CTzRules * | iTzRules |
TBool | iTzZoneIsSystemRule |
TStreamId | iTzZoneStreamId |
TBool | iUseCurSysTzZone |
void | ConstructL | ( | const CTzRules & | aTzRules | ) | [private] |
const CTzRules & aTzRules |
void | CopyL | ( | const CAgnTzRules & | aAgnTzRules | ) |
const CAgnTzRules & aAgnTzRules |
void | DoInternalizeL | ( | RReadStream & | aStream | ) | [private] |
RReadStream & aStream |
void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
RWriteStream & aStream |
CAgnTzRules * | NewL | ( | const CTzRules & | aTzRules | ) | [static] |
const CTzRules & aTzRules |
CAgnTzRules * | NewL | ( | RReadStream & | aStream, |
TBool | aFromBuffer | |||
) | [static] |
RReadStream & aStream | |
TBool aFromBuffer |
void | SetSharedWithTzIndex | ( | TBool | aSharedWithTzIndex | ) | [inline] |
TBool aSharedWithTzIndex |
IMPORT_C void | SetSystemTzRule | ( | TBool | aIsSystemRule | ) |
TBool aIsSystemRule |
IMPORT_C void | SetTzZoneStreamId | ( | TStreamId | aStreamId | ) |
TStreamId aStreamId |
IMPORT_C void | SetUseCurrentSystemTzRules | ( | TBool | aUseCurrentSystemTzRules | ) |
TBool aUseCurrentSystemTzRules |
void | WriteToBufferL | ( | RWriteStream & | aStream | ) |
RWriteStream & aStream |