CJPEGExifDecoder::CBody Class Reference

class CJPEGExifDecoder::CBody : public CBase

Inherits from

Constructor & Destructor Documentation

CBody(CJPEGExifDecoder &)

CBody ( CJPEGExifDecoder & aHandle ) [private]

constructor

instanciates a new body for a defined exif jpeg decoder A leave occurs if there is insufficient memory available.

Parameters

CJPEGExifDecoder & aHandle a reference on the exif decoder this body has to be associated to.

Member Functions Documentation

ExifMetadata()

IMPORT_C MExifMetadata * ExifMetadata ( )

Gets the metadata associated with this instance of the decoder

returns NULL if no metadata was found

NewL(CJPEGExifDecoder &)

IMPORT_C CJPEGExifDecoder::CBody * NewL ( CJPEGExifDecoder & aHandle ) [static]

create a new body for a defined exif jpeg decoder

A leave occurs if there is insufficient memory available.

Parameters

CJPEGExifDecoder & aHandle a reference on the exif decoder this body has to be associated to.

Member Data Documentation

CJPEGExifDecoder & iHandle

CJPEGExifDecoder & iHandle [private]