#include <metadatabase.h>
class CommsDat::CMDBRecordSet : public CommsDat::CMDBRecordSetBase |
Public Member Functions | |
---|---|
CMDBRecordSet() | |
CMDBRecordSet(TMDBElementId) | |
CMDBRecordSet< TYPE > & | operator=(const TPtrC &) |
TYPE * | operator[](const TInt) |
Inherited Attributes | |
---|---|
CommsDat::CMDBElement::iElementId | |
CommsDat::CMDBElement::iValue | |
CommsDat::CMDBRecordSetBase::iRecords | |
CommsDat::CMDBRecordSetBase::iVDataTable |
Use this class to express a list of records of a particular MetaDatabase Element type Records can be ordered using the standard RPointerArray functions
CMDBRecordSet | ( | ) | [inline] |
CMDBRecordSet | ( | TMDBElementId | aElementId | ) | [inline] |
CMDBRecordSet< TYPE > & | operator= | ( | const TPtrC & | aValue | ) | [inline] |
Reimplemented from CommsDat::CMDBRecordSetBase::operator=(const TPtrC &)