TPCCLIB
Loading...
Searching...
No Matches
CSV Struct Reference

#include <libtpccurveio.h>

Data Fields

CSV_itemc
int nr
int row_nr
int col_nr
char separator

Detailed Description

CSV structure.

Definition at line 367 of file libtpccurveio.h.

Field Documentation

◆ c

◆ col_nr

int CSV::col_nr

Max column number per row.

Definition at line 375 of file libtpccurveio.h.

Referenced by csv2dft(), csv2dft_a(), csv2dft_b(), csv2dft_linkset(), csv2dft_mat(), csvEmpty(), csvInit(), and csvRead().

◆ nr

int CSV::nr

◆ row_nr

int CSV::row_nr

Nr of rows in CSV.

Definition at line 373 of file libtpccurveio.h.

Referenced by csv2dft(), csv2dft_a(), csv2dft_b(), csv2dft_linkset(), csv2dft_mat(), csvEmpty(), csvInit(), and csvRead().

◆ separator

char CSV::separator

Column separator character, usually ';' or ','.

Definition at line 377 of file libtpccurveio.h.

Referenced by csvEmpty(), csvInit(), csvRead(), and dftFormat().


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