TPCCLIB
|
#include <libtpccurveio.h>
Data Fields | |
int | row |
int | col |
char * | content |
CSV item
Definition at line 356 of file libtpccurveio.h.
int CSV_item::col |
CSV column, 1..col_nr
Definition at line 360 of file libtpccurveio.h.
Referenced by csv2dft_a(), csv2dft_linkset(), csv2dft_mat(), csvCell(), and csvRead().
char* CSV_item::content |
CSV item content as string.
Definition at line 362 of file libtpccurveio.h.
Referenced by csv2dft(), csv2dft_a(), csv2dft_b(), csv2dft_linkset(), csv2dft_mat(), csvCell(), csvEmpty(), csvRead(), and dftFormat().
int CSV_item::row |
CSV row, 1..row_nr
Definition at line 358 of file libtpccurveio.h.
Referenced by csv2dft_a(), csv2dft_linkset(), csv2dft_mat(), csvCell(), csvIsRegular(), and csvRead().