libscsv manual
Version 1.1
scsv::empty_lines

Tells whether to interpret empty lines or not. This parameter is taken into account while using scsv::read or scsv::save. Since empty lines might break data integrity (number of columns mismatch), they are ignored by default. When such row is found, W_STR_EMPTY warning is issued.

If underlying boolean is set to true, empty lines are taken into account. Empty row is allocated for them and internal scsv::state is kept in OK condition.

inline bool scsv::empty_lines(bool el=false);
declared in scsv.h, include scsv.h
Parameters
el
Enable or disable empty lines processing.
Return

Function returns the same boolean value that was passed as el parameter.

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