|
TPCCLIB
|
#include <tpccsv.h>
Data Fields | |
| CSV_item * | c |
| int | _item_nr |
| int | nr |
| int | row_nr |
| int | col_nr |
| char | separator |
Main CSV content.
| int CSV::_item_nr |
Length of list allocated for data fields (do not use directly).
Definition at line 40 of file tpccsv.h.
Referenced by csvAllocate(), csvDuplicate(), csvFree(), csvInit(), and csvPutString().
| CSV_item* CSV::c |
List of CSV/TSV data fields.
Definition at line 38 of file tpccsv.h.
Referenced by csvAllocate(), csvCell(), csvCellReplace(), csvCleanSpaces(), csvDuplicate(), csvFindField(), csvFree(), csvInit(), csvIsRegular(), csvList(), csvPutString(), csvRemoveComments(), csvRemoveEmptyRows(), csvRemoveItem(), csvReorg(), csvRowLength(), csvSearchField(), csvSetDimensions(), csvTranspose(), csvTrimRight(), parRead(), parReadCSV(), parReadFIT(), parReadRES(), tacRead(), tacRead4DM(), tacReadCSV(), tacReadDFT(), tacReadHRPLUSHC(), tacReadHRRTHC(), tacReadInveonCSV(), tacReadPMOD(), tacReadQView(), and tacReadSIF().
| int CSV::col_nr |
Max column number per row.
Definition at line 46 of file tpccsv.h.
Referenced by csvDuplicate(), csvInit(), csvPutString(), csvRemoveEmptyRows(), csvSetDimensions(), csvTranspose(), csvTrimRight(), csvWrite(), parReadCSV(), parReadFIT(), parReadRES(), tacRead(), tacRead4DM(), tacReadCarimasTxt(), tacReadCSV(), tacReadDFT(), tacReadHRPLUSHC(), tacReadHRRTHC(), tacReadInveonCSV(), tacReadMat(), tacReadPMOD(), tacReadQView(), tacReadSIF(), and tacReadSimple().
| int CSV::nr |
Total nr of data fields.
Definition at line 42 of file tpccsv.h.
Referenced by csvAllocate(), csvCell(), csvCellReplace(), csvCleanSpaces(), csvDuplicate(), csvFindField(), csvInit(), csvIsRegular(), csvList(), csvPutLineWithSpaces(), csvPutString(), csvRemoveComments(), csvRemoveEmptyRows(), csvRemoveItem(), csvReorg(), csvRowLength(), csvSearchField(), csvSetDimensions(), csvTranspose(), csvTrimRight(), csvWrite(), parReadCSV(), tacRead(), tacRead4DM(), tacReadCSV(), tacReadDFT(), tacReadHRPLUSHC(), tacReadHRRTHC(), tacReadPMOD(), and tacReadSIF().
| int CSV::row_nr |
Nr of CSV rows.
Definition at line 44 of file tpccsv.h.
Referenced by csvDuplicate(), csvInit(), csvPutString(), csvRemoveEmptyRows(), csvSetDimensions(), csvTranspose(), csvTrimRight(), csvWrite(), parReadCSV(), parReadFIT(), parReadRES(), tacRead(), tacRead4DM(), tacReadCarimasTxt(), tacReadCSV(), tacReadDFT(), tacReadHRPLUSHC(), tacReadHRRTHC(), tacReadInveonCSV(), tacReadMat(), tacReadPMOD(), tacReadQView(), tacReadSIF(), and tacReadSimple().
| char CSV::separator |
CSV or TSV field separator (',', ';', or '\t'); tabulator by default; space may also be supported by some functions.
Definition at line 49 of file tpccsv.h.
Referenced by csvDuplicate(), csvInit(), csvPutLine(), csvRead(), csvWrite(), parRead(), parReadCSV(), parReadFIT(), parReadRES(), parWriteCSV(), tacRead(), tacReadCSV(), tacReadSIF(), and tacWriteCSV().