IDataRecordWriter Class Reference

The interface that defines the method to implement in order to write a data record to a file. More...

Inherited by XMLDataModelWriter.

Inheritance diagram for IDataRecordWriter:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 IDataRecordWriter ()
virtual ~IDataRecordWriter ()
virtual int32 writeDataRecord (IDataRecord *record)=0
 Writes a DataRecord to the underlying storage mechanism.

Private Member Functions

 IDataRecordWriter (const IDataRecordWriter &)
void operator= (const IDataRecordWriter &)

Detailed Description

The interface that defines the method to implement in order to write a data record to a file.

Author:
Mike Jackson
Date:
March 2007
Version:
Revision
1.2


Constructor & Destructor Documentation

IDataRecordWriter::IDataRecordWriter (  )  [inline]

virtual IDataRecordWriter::~IDataRecordWriter (  )  [inline, virtual]

IDataRecordWriter::IDataRecordWriter ( const IDataRecordWriter  )  [private]


Member Function Documentation

virtual int32 IDataRecordWriter::writeDataRecord ( IDataRecord record  )  [pure virtual]

Writes a DataRecord to the underlying storage mechanism.

Parameters:
record The Data Record to Write
Returns:
Error Code: Negate is error condition

Implemented in XMLDataModelWriter.

void IDataRecordWriter::operator= ( const IDataRecordWriter  )  [private]


The documentation for this class was generated from the following file:
Generated on Tue Nov 17 18:43:13 2009 for MXADataModel by  doxygen 1.5.2