cphot 0.1
A C++ tool for computing photometry from spectra.
rapidcsv::LineReaderParams Struct Reference

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...
 

Detailed Description

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

Definition at line 362 of file rapidcsv.hpp.

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 372 of file rapidcsv.hpp.

Member Data Documentation

◆ mCommentPrefix

char rapidcsv::LineReaderParams::mCommentPrefix

specifies which prefix character to indicate a comment line.

Definition at line 389 of file rapidcsv.hpp.

◆ mSkipCommentLines

bool rapidcsv::LineReaderParams::mSkipCommentLines

specifies whether to skip lines prefixed with mCommentPrefix.

Definition at line 384 of file rapidcsv.hpp.

◆ mSkipEmptyLines

bool rapidcsv::LineReaderParams::mSkipEmptyLines

specifies whether to skip empty lines.

Definition at line 394 of file rapidcsv.hpp.


The documentation for this struct was generated from the following file: