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

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 datasetzvr_result
 
struct zvr_data_tzvr_root
 

Function Documentation

__BEGIN_DECLS int zvr_check ( void  )

Definition at line 218 of file check_zvr.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void zvr_destroy ( void  )

Definition at line 253 of file check_zvr.cpp.

Here is the caller graph for this function:

int zvr_error ( char *  )

Definition at line 1808 of file parse_zvr.cpp.

Here is the call graph for this function:

void zvr_init ( void  )

Definition at line 266 of file check_zvr.cpp.

Here is the caller graph for this function:

int zvr_lex ( void  )
int zvr_lex_destroy ( void  )

Definition at line 1885 of file scan_zvr.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int zvr_parse ( void  )

Here is the caller graph for this function:

void zvr_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 1398 of file scan_zvr.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

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.