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

Go to the source code of this file.

Classes

struct  touchstone_t
 

Functions

void touchstone_restart (FILE *)
 
int touchstone_parse (void)
 
int touchstone_error (char *)
 
int touchstone_lex (void)
 
int touchstone_lex_destroy (void)
 
int touchstone_check (void)
 
void touchstone_init (void)
 
void touchstone_destroy (void)
 

Variables

datasettouchstone_result
 
vectortouchstone_vector
 
strlisttouchstone_idents
 
int touchstone_lineno = 1
 
FILE * touchstone_in = (FILE *) 0
 
__BEGIN_DECLS struct touchstone_t touchstone_options
 

Function Documentation

int touchstone_check ( void  )

Definition at line 418 of file check_touchstone.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void touchstone_destroy ( void  )

Definition at line 511 of file check_touchstone.cpp.

Here is the caller graph for this function:

int touchstone_error ( char *  )

Definition at line 1825 of file parse_touchstone.cpp.

Here is the call graph for this function:

void touchstone_init ( void  )

Definition at line 524 of file check_touchstone.cpp.

Here is the caller graph for this function:

int touchstone_lex ( void  )
int touchstone_lex_destroy ( void  )

Definition at line 1821 of file scan_touchstone.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int touchstone_parse ( void  )

Here is the caller graph for this function:

void touchstone_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 1334 of file scan_touchstone.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

strlist* touchstone_idents

Definition at line 48 of file check_touchstone.cpp.

FILE * touchstone_in = (FILE *) 0

Definition at line 381 of file scan_touchstone.cpp.

int touchstone_lineno = 1

Definition at line 387 of file scan_touchstone.cpp.

__BEGIN_DECLS struct touchstone_t touchstone_options

Definition at line 53 of file check_touchstone.cpp.

dataset* touchstone_result

Definition at line 49 of file check_touchstone.cpp.

vector* touchstone_vector

Definition at line 50 of file check_touchstone.cpp.