Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <DAMIMPOR.H>
Link against: damodl.lib
This item is not part of the S60 5th Edition SDK

Class CDaExporter

Interface status: deprecated

class CDaExporter : public CDaIncremental;

Description

Exports a data application model to a text format.

This is implemented as an incremental operation.

Derivation

Members

Defined in CDaExporter:

Inherited from CBase:

Inherited from CDaIncremental:


Construction and destruction


NewL(CDaModel &,const TDaFileImportParams &)

Interface status: deprecated Inherited from: CDaExporter

IMPORT_C static CDaExporter* NewL(CDaModel &aModel, const TDaFileImportParams &aParams);

Description

Allocates and constructs a new data application model exporter.

Parameters

CDaModel &aModel

Model to export

const TDaFileImportParams &aParams

Export parameters

Return value

CDaExporter *

New data application model exporter


~CDaExporter()

Interface status: deprecated Inherited from: CDaExporter

IMPORT_C ~CDaExporter();

Description

Destructor.

[Top]


Member functions


CloseL()

Interface status: deprecated Inherited from: CDaExporter

IMPORT_C virtual void CloseL();

Description

Terminates the export operation.


Next(TInt &)

Interface status: deprecated Inherited from: CDaExporter

IMPORT_C virtual TInt Next(TInt &aRemainingSteps);

Description

Does the next step in the export operation.

Parameters

TInt &aRemainingSteps

On return, the number of remaining steps

Return value

TInt

KErrNone, or error code