Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 665 Bytes

rapidcsv_LineReaderParams.md

File metadata and controls

20 lines (13 loc) · 665 Bytes

class rapidcsv::LineReaderParams

Datastructure holding parameters controlling how special line formats should be treated.


LineReaderParams (const bool pSkipCommentLines = false, const char pCommentPrefix = '#', const bool pSkipEmptyLines = false)

Constructor.

Parameters

  • 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

API documentation generated using Doxygenmd