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

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 datasetmdl_result
 
struct mdl_link_tmdl_root
 
struct mdl_sync_tmdl_sync_root
 

Function Documentation

__BEGIN_DECLS int mdl_check ( void  )

Definition at line 656 of file check_mdl.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void mdl_destroy ( void  )

Definition at line 670 of file check_mdl.cpp.

Here is the caller graph for this function:

int mdl_error ( char *  )

Definition at line 2754 of file parse_mdl.cpp.

Here is the call graph for this function:

void mdl_init ( void  )

Definition at line 693 of file check_mdl.cpp.

Here is the caller graph for this function:

int mdl_lex ( void  )
int mdl_lex_destroy ( void  )

Definition at line 2405 of file scan_mdl.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int mdl_parse ( void  )

Here is the caller graph for this function:

void mdl_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 1918 of file scan_mdl.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

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.