Kstars
rapidcsv::LineReaderParams Struct Reference
#include <rapidcsv.h>
Public Member Functions | |
LineReaderParams (const bool pSkipCommentLines=false, const char pCommentPrefix='#', const bool pSkipEmptyLines=false) | |
Public Attributes | |
char | mCommentPrefix |
bool | mSkipCommentLines |
bool | mSkipEmptyLines |
Detailed Description
Datastructure holding parameters controlling how special line formats should be treated.
Definition at line 345 of file rapidcsv.h.
Constructor & Destructor Documentation
◆ LineReaderParams()
|
inlineexplicit |
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
Definition at line 355 of file rapidcsv.h.
Member Data Documentation
◆ mCommentPrefix
char rapidcsv::LineReaderParams::mCommentPrefix |
specifies which prefix character to indicate a comment line.
Definition at line 371 of file rapidcsv.h.
◆ mSkipCommentLines
bool rapidcsv::LineReaderParams::mSkipCommentLines |
specifies whether to skip lines prefixed with mCommentPrefix.
Definition at line 366 of file rapidcsv.h.
◆ mSkipEmptyLines
bool rapidcsv::LineReaderParams::mSkipEmptyLines |
specifies whether to skip empty lines.
Definition at line 376 of file rapidcsv.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.