libscsv manual
Version 1.1
scsv::init

This function can be used to set up basic parameters in one step. It is useful when the parameters were not set with the constructor or if they need to be altered later on.

void scsv::init(char iSeparator=',', char oSeparator=',', char quoteCh=0, char unquoteCh=0);
declared in scsv.h, include scsv.h
Parameters
iSeparator
Columns separator used when reading.
oSeparator
Columns separator used when writing.
quoteCh
Character to use for quoting the columns content.
unquoteCh
Character to be removed from columns when reading.
Return

Function doesn't return with any value.

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