TPCCLIB
Loading...
Searching...
No Matches
CSV Struct Reference

#include <tpccsv.h>

Data Fields

CSV_itemc
int _item_nr
int nr
int row_nr
int col_nr
char separator

Detailed Description

Main CSV content.

See also
CSV_ITEM, IFT, TAC, PAR, csvInit, csvFree

Definition at line 36 of file tpccsv.h.

Field Documentation

◆ _item_nr

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().

◆ c

◆ col_nr

◆ nr

◆ row_nr

◆ separator

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().


The documentation for this struct was generated from the following file: