|
TPCCLIB
|
#include <tpccsv.h>
Data Fields | |
| int | row |
| int | col |
| char * | content |
| int CSV_item::col |
Position in CSV: column index
Definition at line 28 of file tpccsv.h.
Referenced by csvAllocate(), csvCell(), csvCellReplace(), csvDuplicate(), csvList(), csvPutString(), csvRemoveItem(), csvRowLength(), csvSetDimensions(), csvTranspose(), csvTrimRight(), parReadCSV(), parReadFIT(), parReadRES(), tacRead4DM(), tacReadCSV(), tacReadDFT(), tacReadHRPLUSHC(), tacReadHRRTHC(), tacReadPMOD(), and tacReadSIF().
| char* CSV_item::content |
Pointer to field content
Definition at line 30 of file tpccsv.h.
Referenced by csvAllocate(), csvCell(), csvCellReplace(), csvCleanSpaces(), csvDuplicate(), csvFindField(), csvFree(), csvList(), csvPutString(), csvRemoveComments(), csvRemoveItem(), csvSearchField(), csvTrimRight(), parRead(), parReadCSV(), parReadRES(), tacRead(), tacRead4DM(), tacReadCSV(), tacReadDFT(), tacReadHRPLUSHC(), tacReadHRRTHC(), tacReadInveonCSV(), tacReadPMOD(), tacReadQView(), and tacReadSIF().
| int CSV_item::row |
Position in CSV: row index
Definition at line 26 of file tpccsv.h.
Referenced by csvAllocate(), csvCell(), csvCellReplace(), csvDuplicate(), csvIsRegular(), csvList(), csvPutString(), csvRemoveEmptyRows(), csvRemoveItem(), csvRowLength(), csvSetDimensions(), csvTranspose(), parReadCSV(), parReadFIT(), parReadRES(), tacRead4DM(), tacReadCSV(), tacReadDFT(), tacReadHRPLUSHC(), tacReadHRRTHC(), tacReadPMOD(), and tacReadSIF().