|
|
|
|
Location:
DAMIMPOR.H
Link against: damodl.lib
class CDaExporter : public CDaIncremental;
Exports a data application model to a text format.
This is implemented as an incremental operation.
MDaIncremental - Abstract interface for classes that implement data model incremental operationsCBase - Base class for all classes to be instantiated on the heapCDaIncremental - CBase-based class for classes that implement data model incremental operationsCDaExporter - Exports a data application model to a text formatDefined in CDaExporter:
CloseL(), NewL(), Next(), ~CDaExporter()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CDaIncremental:
DoCancel(),
HandleCancel(),
HandleLeave(),
Initialize(),
SetActiveIncremental(),
SetObserver(),
TerminationState(),
iActiveIncremental,
iObserver,
iRemainingSteps,
iTerminationState
static IMPORT_C CDaExporter *NewL(CDaModel &aModel, const TDaFileImportParams &aParams);
Allocates and constructs a new data application model exporter.
|
|