Meta::TMetaArrayBase Class Reference

class Meta::TMetaArrayBase : public Meta::MMetaType

Implementation of MMetaType for RArray . Assumes that the doing a bite copy on the array template type is ok.

since v9.0

Inherits from

Constructor & Destructor Documentation

TMetaArrayBase()

TMetaArrayBase ( ) [protected, inline]

Member Functions Documentation

Append(TUint8 *)

TInt Append ( TUint8 * aData ) [protected, pure virtual]

Parameters

TUint8 * aData

At(TInt)

TUint8 * At ( TInt aIndex ) const [protected, pure virtual]

Parameters

TInt aIndex

Count()

TInt Count ( ) const [protected, pure virtual]

Load(TPtrC8 &)

IMPORT_C TInt Load ( TPtrC8 & aBuffer ) [virtual]

Loads content of a meta object (in iData) from a descriptor

Parameters

TPtrC8 & aBuffer

Reset()

void Reset ( ) [protected, pure virtual]

SizeOfType()

TInt SizeOfType ( ) const [protected, pure virtual]

Store(TDes8 &)

IMPORT_C TInt Store ( TDes8 & aBuffer ) const [virtual]

Stores content of a meta object (in iData) to a descriptor

Parameters

TDes8 & aBuffer