libscsv manual
Version 1.1
scsv::save

CSV content writers. 1st declaration is for use with disk files, 2nd for direct access and working with streams.

int scsv::save(const char * const fName, bool append = false);
declared in scsv.h, include scsv.h
int scsv::save(std::ostream & oStr);
declared in scsv.h, include scsv.h
Parameters
* fName
Pointer to the file name.
append
If set to true - data is saved at the end of it. Default is false.
& oStr
Reference of the stream where to send data to.
Return

Functions can return with scsv::state codes: OK, E_NULL, E_STR_EMPTY, E_SAVE_OPEN, E_SAVE_FAIL.

Released under the GNU Free Documentation License
by TinyIT
Last modified 2017-10-17