|
TPCCLIB
|
#include <libtpccurveio.h>
Data Fields | |
| CSV_item * | c |
| int | nr |
| int | row_nr |
| int | col_nr |
| char | separator |
CSV structure.
Definition at line 367 of file libtpccurveio.h.
| CSV_item* CSV::c |
Pointer to CSV item.
Definition at line 369 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 375 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 371 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 373 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 377 of file libtpccurveio.h.
Referenced by csvEmpty(), csvInit(), csvRead(), and dftFormat().