ZEDA
1.6.18
|
CSV manager class. More...
#include <zeda_csv.h>
Data Fields | |
FILE * | fp |
int | nl |
long * | pos |
int | nf |
char | buf [512] |
CSV manager class.
zCSV class handles a CSV file.
FILE* zCSV::fp |
file pointer
int zCSV::nl |
number of lines
long* zCSV::pos |
array of starting positions of lines in the file stream
int zCSV::nf |
number of fields per line
char zCSV::buf[512] |
internal buffer