class TAgnKeyBase : public TKeyArrayFix |
Public Member Functions | |
---|---|
TAgnKeyBase() | |
TInt | Compare(const T *, const T *) |
TInt | Compare(const T *) |
KeyValue | GetKeyValueL(const T *) |
void | SetUndatedTodoTime(TTime &) |
void | SetValueL(const KeyValue &) |
Protected Attributes | |
---|---|
TTime | iUndatedTodoTime |
Inherited Attributes | |
---|---|
TKey::iCmpType | |
TKey::iKeyLength | |
TKey::iKeyOffset | |
TKey::iPtr | |
TKeyArrayFix::iBase | |
TKeyArrayFix::iRecordLength |
TInt | Compare | ( | const T * | aLeft, |
const T * | aRight | |||
) | const [pure virtual] |
const T * aLeft | |
const T * aRight |
KeyValue | GetKeyValueL | ( | const T * | aEntry | ) | const [pure virtual] |
const T * aEntry |
void | SetUndatedTodoTime | ( | TTime & | aUndatedTodoTime | ) | [inline] |
TTime & aUndatedTodoTime |
void | SetValueL | ( | const KeyValue & | aDate | ) | [pure virtual] |
const KeyValue & aDate |