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()

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

Constructor.

Parameters
pSkipCommentLinesspecifies whether to skip lines prefixed with mCommentPrefix. Default: false
pCommentPrefixspecifies which prefix character to indicate a comment line. Default: #
pSkipEmptyLinesspecifies 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 Tue Mar 26 2024 11:19:05 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.