My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
check_csv.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void csv_restart (FILE *)
 
__BEGIN_DECLS int csv_parse (void)
 
int csv_error (char *)
 
int csv_lex (void)
 
int csv_lex_destroy (void)
 
int csv_check (void)
 
void csv_init (void)
 
void csv_destroy (void)
 

Variables

datasetcsv_result
 
vectorcsv_vector
 
strlistcsv_header
 
int csv_lineno = 1
 
FILE * csv_in = (FILE *) 0
 

Function Documentation

int csv_check ( void  )

Definition at line 126 of file check_csv.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void csv_destroy ( void  )

Definition at line 168 of file check_csv.cpp.

Here is the caller graph for this function:

int csv_error ( char *  )

Definition at line 1735 of file parse_csv.cpp.

Here is the call graph for this function:

void csv_init ( void  )

Definition at line 181 of file check_csv.cpp.

Here is the caller graph for this function:

int csv_lex ( void  )
int csv_lex_destroy ( void  )

Definition at line 1833 of file scan_csv.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

__BEGIN_DECLS int csv_parse ( void  )

Here is the caller graph for this function:

void csv_restart ( FILE *  input_file)

Immediately switch to a different input stream.

Parameters
input_fileA readable stream.
Note
This function does not reset the start condition to INITIAL .

Definition at line 1346 of file scan_csv.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

strlist* csv_header

Definition at line 46 of file check_csv.cpp.

FILE * csv_in = (FILE *) 0

Definition at line 381 of file scan_csv.cpp.

int csv_lineno = 1

Definition at line 387 of file scan_csv.cpp.

dataset* csv_result

Definition at line 48 of file check_csv.cpp.

vector* csv_vector

Definition at line 47 of file check_csv.cpp.