My Project
0.0.16
QUCS Mapping
|
Go to the source code of this file.
Classes | |
struct | zvr_header_t |
struct | zvr_vector_t |
struct | zvr_line_t |
struct | zvr_data_t |
Functions | |
void | zvr_restart (FILE *) |
__BEGIN_DECLS int | zvr_check (void) |
int | zvr_parse (void) |
int | zvr_error (char *) |
int | zvr_lex (void) |
int | zvr_lex_destroy (void) |
void | zvr_destroy (void) |
void | zvr_init (void) |
Variables | |
int | zvr_lineno = 1 |
FILE * | zvr_in = (FILE *) 0 |
__END_DECLS dataset * | zvr_result |
struct zvr_data_t * | zvr_root |
__BEGIN_DECLS int zvr_check | ( | void | ) |
Definition at line 218 of file check_zvr.cpp.
void zvr_destroy | ( | void | ) |
int zvr_error | ( | char * | ) |
void zvr_init | ( | void | ) |
int zvr_lex | ( | void | ) |
int zvr_lex_destroy | ( | void | ) |
Definition at line 1885 of file scan_zvr.cpp.
int zvr_parse | ( | void | ) |
void zvr_restart | ( | FILE * | input_file | ) |
Immediately switch to a different input stream.
input_file | A readable stream. |
INITIAL
. Definition at line 1398 of file scan_zvr.cpp.
FILE * zvr_in = (FILE *) 0 |
Definition at line 381 of file scan_zvr.cpp.
int zvr_lineno = 1 |
Definition at line 387 of file scan_zvr.cpp.
__END_DECLS dataset* zvr_result |
Definition at line 46 of file check_zvr.cpp.
struct zvr_data_t* zvr_root |
Definition at line 47 of file check_zvr.cpp.