|
Qucs-core
0.0.18
|
Go to the source code of this file.
Namespaces | |
| qucs | |
Macros | |
| #define | __CHECK_CSV_H__ |
Functions | |
| void | csv_restart (FILE *) |
| __BEGIN_DECLS int | csv_parse (void) |
| int | csv_error (const char *) = $2 |
| int | csv_lex (void) |
| int | csv_lex_destroy (void) |
| int | csv_check (void) |
| void | csv_init (void) |
| void | csv_destroy (void) |
Variables | |
| qucs::dataset * | csv_result |
| qucs::vector * | csv_vector |
| qucs::strlist * | csv_header |
| int | csv_lineno |
| FILE * | csv_in |
| #define __CHECK_CSV_H__ |
| int csv_check | ( | void | ) |
Definition at line 128 of file check_csv.cpp.
| void csv_destroy | ( | void | ) |
Definition at line 170 of file check_csv.cpp.
| int csv_error | ( | const char * | error | ) | = $2 |
Definition at line 136 of file parse_csv.y.
| void csv_init | ( | void | ) |
Definition at line 183 of file check_csv.cpp.
| int csv_lex | ( | void | ) |
| int csv_lex_destroy | ( | void | ) |
| __BEGIN_DECLS int csv_parse | ( | void | ) |
| void csv_restart | ( | FILE * | ) |
| qucs::strlist* csv_header |
Definition at line 48 of file check_csv.cpp.
| FILE* csv_in |
| int csv_lineno |
| qucs::dataset* csv_result |
Definition at line 50 of file check_csv.cpp.
| qucs::vector* csv_vector |
Definition at line 49 of file check_csv.cpp.
1.8.6