TPCCLIB
|
#include <libtpccurveio.h>
Data Fields | |
CSV_item * | c |
int | nr |
int | row_nr |
int | col_nr |
char | separator |
CSV structure.
Definition at line 366 of file libtpccurveio.h.
CSV_item* CSV::c |
Pointer to CSV item.
Definition at line 368 of file libtpccurveio.h.
Referenced by csv2dft(), csv2dft_a(), csv2dft_b(), csv2dft_linkset(), csv2dft_mat(), csvCell(), csvEmpty(), csvInit(), csvIsRegular(), csvRead(), and dftFormat().
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().
int CSV::nr |
Nr of CSV items.
Definition at line 370 of file libtpccurveio.h.
Referenced by csv2dft_a(), csv2dft_b(), csv2dft_linkset(), csv2dft_mat(), csvCell(), csvEmpty(), csvInit(), csvIsRegular(), csvRead(), and dftFormat().
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().
char CSV::separator |
Column separator character, usually ';' or ','.
Definition at line 376 of file libtpccurveio.h.
Referenced by csvEmpty(), csvInit(), csvRead(), and dftFormat().