OEWriteCSVHeader

void OEWriteCSVHeader(oemolostream &ifs,
                      const OECSVHeader &header,
                      unsigned int flavor = OEOFlavor::CSV::DEFAULT)

Write out the column names specified by the OECSVHeader object into the stream passed as the ifs argument. Nothing will be written if OEOFlavor::CSV::Header is not set.

See also

CSV File Format