ZEDA  1.6.18
Data Fields
zCSV Struct Reference

CSV manager class. More...

#include <zeda_csv.h>

Data Fields

FILE * fp
 
int nl
 
long * pos
 
int nf
 
char buf [512]
 

Detailed Description

CSV manager class.

zCSV class handles a CSV file.

Field Documentation

◆ fp

FILE* zCSV::fp

file pointer

◆ nl

int zCSV::nl

number of lines

◆ pos

long* zCSV::pos

array of starting positions of lines in the file stream

◆ nf

int zCSV::nf

number of fields per line

◆ buf

char zCSV::buf[512]

internal buffer


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