#include <elements/metadata.h>
Link against: netmeta.lib
| struct Meta::SMetaData : public Meta::MMetaData |
| Public Member Functions | |
|---|---|
| virtual | ~SMetaData() |
| IMPORT_C TInt | Check(TPtrC8 &) |
| IMPORT_C TInt | CheckTypeOf(TPtrC8 &) |
| IMPORT_C void | Copy(const SMetaData &) |
| IMPORT_C STypeId | GetTypeId() |
| IMPORT_C TInt | IsTypeOf(const STypeId &) |
| IMPORT_C TInt | Length() |
| IMPORT_C TInt | Load(TPtrC8 &) |
| IMPORT_C TInt | Store(TDes8 &) |
| Protected Member Functions | |
|---|---|
| SMetaData() | |
| Inherited Functions | |
|---|---|
| Meta::MMetaData::GetAttribPtr(const TInt)const | |
| Meta::MMetaData::GetVDataTable()const | |
Meta object's base type
Partially implements the MMetaData interface's pure virtual functions
| IMPORT_C void | Copy | ( | const SMetaData & | aSource | ) |
Copies values of a SMetaData object's properties into properties of *this. Both meta objects are of the same type.