libscsv manual
Version 1.1
scsv::get

Provides single row of CSV content. Row details are written into given vector only if row index is valid. Function does not alter the vector otherwise.

int scsv::get(std::vector<char *> & rowVec, size_t rowNum=0);
declared in scsv.h, include scsv.h
Parameters
rowVec
Container where to put selected row.
rowNum
0-based row index, default is 0.
Return

Function returns with one of scsv::state codes: OK on success or E_OUT_OF_RANGE, if provided rowNum is out of bounds.

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