libscsv manual
Version 1.1
scsv::scsv

Available constructors. scsv::init can be used to alter default parameters.

/base/ scsv::scsv(char iSeparator=',', char oSeparator=',', char quoteCh=0, char unquoteCh=0);
declared in scsv.h, include scsv.h
/copy/ scsv::scsv(const scsv &);
declared in scsv.h, include scsv.h
Parameters
iSeparator
Columns separator used when reading.
oSeparator
Columns separator used when writing.
quoteCh
Character to use when quoting the columns content.
unquoteCh
Character to be removed from columns when reading.
scsv
Object to be copied.
Return

Returns object of the scsv class or NULL, if short on memory.

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