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 366 of file libtpccurveio.h.

Field Documentation

◆ c

◆ col_nr

int CSV::col_nr

Max column number per row.

Definition at line 374 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 372 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 376 of file libtpccurveio.h.

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


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