My Project
0.0.16
QUCS Mapping
|
Go to the source code of this file.
Classes | |
struct | mdl_point_t |
struct | mdl_datasize_t |
struct | mdl_element_t |
struct | mdl_hyptable_t |
struct | mdl_table_t |
struct | mdl_dataset_t |
struct | mdl_link_t |
struct | mdl_lcontent_t |
struct | mdl_data_t |
struct | mdl_dcontent_t |
struct | mdl_sync_t |
Functions | |
void | mdl_restart (FILE *) |
__BEGIN_DECLS int | mdl_check (void) |
int | mdl_parse (void) |
int | mdl_error (char *) |
int | mdl_lex (void) |
int | mdl_lex_destroy (void) |
void | mdl_destroy (void) |
void | mdl_init (void) |
Variables | |
int | mdl_lineno = 1 |
FILE * | mdl_in = (FILE *) 0 |
__END_DECLS dataset * | mdl_result |
struct mdl_link_t * | mdl_root |
struct mdl_sync_t * | mdl_sync_root |
__BEGIN_DECLS int mdl_check | ( | void | ) |
Definition at line 656 of file check_mdl.cpp.
void mdl_destroy | ( | void | ) |
int mdl_error | ( | char * | ) |
void mdl_init | ( | void | ) |
int mdl_lex | ( | void | ) |
int mdl_lex_destroy | ( | void | ) |
Definition at line 2405 of file scan_mdl.cpp.
int mdl_parse | ( | void | ) |
void mdl_restart | ( | FILE * | input_file | ) |
Immediately switch to a different input stream.
input_file | A readable stream. |
INITIAL
. Definition at line 1918 of file scan_mdl.cpp.
FILE * mdl_in = (FILE *) 0 |
Definition at line 381 of file scan_mdl.cpp.
int mdl_lineno = 1 |
Definition at line 387 of file scan_mdl.cpp.
__END_DECLS dataset* mdl_result |
Definition at line 50 of file check_mdl.cpp.
struct mdl_link_t* mdl_root |
Definition at line 51 of file check_mdl.cpp.
struct mdl_sync_t* mdl_sync_root |
Definition at line 52 of file check_mdl.cpp.