class CommsDat::CCDRecordBase : public CommsDat::CMDBRecordBase |
Base class for wrapper containers for supported CommsDat recordtypes Alternatively the class CMDBGenericRecord can be used to express any record.
Public Member Functions | |
---|---|
CCDRecordBase(TMDBElementId) | |
void | ConstructL() |
IMPORT_C CMDBRecordBase * | CreateCopyRecordL(CMDBRecordBase &) |
IMPORT_C CMDBRecordBase * | RecordFactoryL(TMDBElementId) |
Private Member Functions | |
---|---|
CCDRecordBase() |
Public Attributes | |
---|---|
CMDBField< TDesC > | iRecordName |
CMDBField< TInt > | iRecordTag |
Inherited Attributes | |
---|---|
CommsDat::CMDBElement::iElementId | |
CommsDat::CMDBElement::iValue |
IMPORT_C | CCDRecordBase | ( | TMDBElementId | aElementId | ) |
TMDBElementId aElementId |
IMPORT_C CMDBRecordBase * | CreateCopyRecordL | ( | CMDBRecordBase & | aCopyFromRecord | ) | [static] |
CMDBRecordBase & aCopyFromRecord |
IMPORT_C CMDBRecordBase * | RecordFactoryL | ( | TMDBElementId | ) | [static] |
TMDBElementId |