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

Go to the source code of this file.

Functions

void dataset_restart (FILE *)
 
__BEGIN_DECLS int dataset_parse (void)
 
int dataset_error (char *)
 
int dataset_lex (void)
 
int dataset_lex_destroy (void)
 
int dataset_check (dataset *)
 

Variables

datasetdataset_result
 
vectordataset_vector
 
strlistdataset_idents
 
int dataset_lineno = 1
 
FILE * dataset_in = (FILE *) 0
 

Function Documentation

int dataset_check ( dataset )

Definition at line 49 of file check_dataset.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int dataset_error ( char *  )

Definition at line 1765 of file parse_dataset.cpp.

Here is the call graph for this function:

int dataset_lex ( void  )
int dataset_lex_destroy ( void  )

Definition at line 1969 of file scan_dataset.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

__BEGIN_DECLS int dataset_parse ( void  )

Here is the caller graph for this function:

void dataset_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 1482 of file scan_dataset.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

strlist* dataset_idents

Definition at line 42 of file check_dataset.cpp.

FILE * dataset_in = (FILE *) 0

Definition at line 381 of file scan_dataset.cpp.

int dataset_lineno = 1

Definition at line 387 of file scan_dataset.cpp.

dataset* dataset_result

Definition at line 43 of file check_dataset.cpp.

vector* dataset_vector

Definition at line 44 of file check_dataset.cpp.