Qucs-core  0.0.18
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Namespaces | Macros | Functions | Variables
check_mdl.h File Reference

Go to the source code of this file.

Data Structures

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
 

Namespaces

 qucs
 

Macros

#define __CHECK_MDL_H__
 

Functions

void mdl_restart (FILE *)
 
__BEGIN_DECLS int mdl_check (void)
 
int mdl_parse (void)
 
int mdl_error (const char *)
 
int mdl_lex (void)
 
int mdl_lex_destroy (void)
 
void mdl_destroy (void)
 
void mdl_init (void)
 

Variables

int mdl_lineno
 
FILE * mdl_in
 
__END_DECLS qucs::datasetmdl_result
 
struct mdl_link_tmdl_root
 
struct mdl_sync_tmdl_sync_root
 

Macro Definition Documentation

#define __CHECK_MDL_H__

Function Documentation

__BEGIN_DECLS int mdl_check ( void  )

Definition at line 658 of file check_mdl.cpp.

void mdl_destroy ( void  )

Definition at line 672 of file check_mdl.cpp.

int mdl_error ( const char *  error)

Definition at line 620 of file parse_mdl.y.

void mdl_init ( void  )

Definition at line 695 of file check_mdl.cpp.

int mdl_lex ( void  )
int mdl_lex_destroy ( void  )
int mdl_parse ( void  )
void mdl_restart ( FILE *  )

Variable Documentation

FILE* mdl_in
int mdl_lineno
__END_DECLS qucs::dataset* mdl_result

Definition at line 52 of file check_mdl.cpp.

struct mdl_link_t* mdl_root

Definition at line 53 of file check_mdl.cpp.

struct mdl_sync_t* mdl_sync_root

Definition at line 54 of file check_mdl.cpp.