Kstars

rapidcsv::LabelParams Struct Reference

#include <rapidcsv.h>

Public Member Functions

 LabelParams (const int pColumnNameIdx=0, const int pRowNameIdx=-1)
 

Public Attributes

int mColumnNameIdx
 
int mRowNameIdx
 

Detailed Description

Datastructure holding parameters controlling which row and column should be treated as labels.

Definition at line 262 of file rapidcsv.h.

Constructor & Destructor Documentation

◆ LabelParams()

rapidcsv::LabelParams::LabelParams ( const int pColumnNameIdx = 0,
const int pRowNameIdx = -1 )
inlineexplicit

Constructor.

Parameters
pColumnNameIdxspecifies the zero-based row index of the column labels, setting it to -1 prevents column lookup by label name, and gives access to all rows as document data. Default: 0
pRowNameIdxspecifies the zero-based column index of the row labels, setting it to -1 prevents row lookup by label name, and gives access to all columns as document data. Default: -1

Definition at line 273 of file rapidcsv.h.

Member Data Documentation

◆ mColumnNameIdx

int rapidcsv::LabelParams::mColumnNameIdx

specifies the zero-based row index of the column labels.

Definition at line 281 of file rapidcsv.h.

◆ mRowNameIdx

int rapidcsv::LabelParams::mRowNameIdx

specifies the zero-based column index of the row labels.

Definition at line 286 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.