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

Go to the source code of this file.

Classes

struct  citi_header_t
 
struct  citi_package_t
 

Functions

void citi_restart (FILE *)
 
int citi_parse (void)
 
int citi_error (char *)
 
int citi_lex (void)
 
int citi_lex_destroy (void)
 
int citi_check (void)
 
void citi_init (void)
 
void citi_destroy (void)
 

Variables

datasetciti_result
 
struct citi_package_tciti_root
 
int citi_lineno = 1
 
FILE * citi_in = (FILE *) 0
 
__BEGIN_DECLS struct citi_t citi_options
 

Function Documentation

int citi_check ( void  )

Definition at line 173 of file check_citi.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void citi_destroy ( void  )

Definition at line 268 of file check_citi.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int citi_error ( char *  )

Definition at line 1955 of file parse_citi.cpp.

Here is the call graph for this function:

void citi_init ( void  )

Definition at line 281 of file check_citi.cpp.

Here is the caller graph for this function:

int citi_lex ( void  )
int citi_lex_destroy ( void  )

Definition at line 2039 of file scan_citi.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int citi_parse ( void  )

Here is the caller graph for this function:

void citi_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 1552 of file scan_citi.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

FILE * citi_in = (FILE *) 0

Definition at line 381 of file scan_citi.cpp.

int citi_lineno = 1

Definition at line 387 of file scan_citi.cpp.

__BEGIN_DECLS struct citi_t citi_options
dataset* citi_result

Definition at line 46 of file check_citi.cpp.

struct citi_package_t* citi_root

Definition at line 47 of file check_citi.cpp.