OEWriteRecord
bool OEWriteRecord(OEPlatform::oeostream& ofs, const OERecord& record,
const std::string& fmt = "binary")
Writes a record to an output stream, and returns true if the write is successful.
- ofs
The output stream to which the record will be written.
- record
The OERecord object to be written.
- fmt
The format to be written. Default values is “binary”. Other formats only used internally.