Datastructure holding parameters controlling how special line formats should be treated. More...
#include <rapidcsv.hpp>
Public Member Functions | |
LineReaderParams (const bool pSkipCommentLines=false, const char pCommentPrefix='#', const bool pSkipEmptyLines=false) | |
Constructor. More... | |
Public Attributes | |
bool | mSkipCommentLines |
specifies whether to skip lines prefixed with mCommentPrefix. More... | |
char | mCommentPrefix |
specifies which prefix character to indicate a comment line. More... | |
bool | mSkipEmptyLines |
specifies whether to skip empty lines. More... | |
Datastructure holding parameters controlling how special line formats should be treated.
Definition at line 362 of file rapidcsv.hpp.
|
inlineexplicit |
Constructor.
pSkipCommentLines | specifies whether to skip lines prefixed with mCommentPrefix. Default: false |
pCommentPrefix | specifies which prefix character to indicate a comment line. Default: # |
pSkipEmptyLines | specifies whether to skip empty lines. Default: false |
Definition at line 372 of file rapidcsv.hpp.
char rapidcsv::LineReaderParams::mCommentPrefix |
specifies which prefix character to indicate a comment line.
Definition at line 389 of file rapidcsv.hpp.
bool rapidcsv::LineReaderParams::mSkipCommentLines |
specifies whether to skip lines prefixed with mCommentPrefix.
Definition at line 384 of file rapidcsv.hpp.
bool rapidcsv::LineReaderParams::mSkipEmptyLines |
specifies whether to skip empty lines.
Definition at line 394 of file rapidcsv.hpp.