libcsv v0.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
CSVParser Struct Reference

Structure managing the state of a CSV file parser. More...

#include <libcsv.h>

Public Attributes

FILE * file
 
char delimiter
 

Detailed Description

Structure managing the state of a CSV file parser.

Member Data Documentation

◆ delimiter

char CSVParser::delimiter

Character used as field delimiter (e.g., ',', ';').

◆ file

FILE* CSVParser::file

Pointer to the opened CSV file.


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