|
TPCCLIB
|
#include <libtpccurveio.h>
Data Fields | |
| int | row |
| int | col |
| char * | content |
CSV item
Definition at line 357 of file libtpccurveio.h.
| int CSV_item::col |
CSV column, 1..col_nr
Definition at line 361 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 363 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 359 of file libtpccurveio.h.
Referenced by csv2dft_a(), csv2dft_linkset(), csv2dft_mat(), csvCell(), csvIsRegular(), and csvRead().