CSmlMimeFormat Class Reference

#include <SmlDataFormat.h>

Link against: smlstoreformat.lib

class CSmlMimeFormat : public CBase

Inherits from

  • CSmlMimeFormat

    Detailed Description

    The format of a specific mime type.

    Member Attribute Documentation

    iFieldLevel

    TBool iFieldLevel[protected]

    iMimeType

    RStringF iMimeType[protected]

    iMimeVersion

    RStringF iMimeVersion[protected]

    iProperties

    RPointerArray< CSmlDataProperty >iProperties[protected]

    Constructor & Destructor Documentation

    ~CSmlMimeFormat ( )

    IMPORT_C~CSmlMimeFormat()[virtual]

    Member Function Documentation

    ExternalizeL ( RWriteStream & )

    IMPORT_C voidExternalizeL(RWriteStream &aStream)const

    FieldLevel ( )

    IMPORT_C TBoolFieldLevel()const

    MimeType ( )

    IMPORT_C RStringFMimeType()const

    MimeVersion ( )

    IMPORT_C RStringFMimeVersion()const

    NewLC ( )

    IMPORT_C CSmlMimeFormat *NewLC()[static]

    NewLC ( const RStringPool &, TResourceReader & )

    IMPORT_C CSmlMimeFormat *NewLC(const RStringPool &aStringPool,
    TResourceReader &aReader
    )[static]

    NewLC ( const RStringPool &, RReadStream & )

    IMPORT_C CSmlMimeFormat *NewLC(const RStringPool &aStringPool,
    RReadStream &aStream
    )[static]

    Property ( TInt )

    IMPORT_C const CSmlDataProperty &Property(TIntaIndex)const

    PropertyCount ( )

    IMPORT_C TIntPropertyCount()const

    SetDataPropertiesL ( RPointerArray< CSmlDataProperty > & )

    IMPORT_C voidSetDataPropertiesL(RPointerArray< CSmlDataProperty > &aProperties)

    SetFieldLevel ( TBool )

    IMPORT_C voidSetFieldLevel(TBoolaFieldLevel)

    SetMimeTypeL ( RStringF & )

    IMPORT_C voidSetMimeTypeL(RStringF &aMimeType)

    SetMimeVersionL ( RStringF & )

    IMPORT_C voidSetMimeVersionL(RStringF &aMimeVersion)