Qucs-core  0.0.19
Data Structures | Namespaces | 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.

Data Structures

struct  touchstone_t

Namespaces

namespace  qucs

Functions

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

Variables

qucs::dataset * touchstone_result
qucs::vector * touchstone_vector
qucs::strlist * touchstone_idents
int touchstone_lineno
FILE * touchstone_in
__BEGIN_DECLS struct touchstone_t touchstone_options

Function Documentation

int touchstone_check ( void  )

Definition at line 420 of file check_touchstone.cpp.

void touchstone_destroy ( void  )

Definition at line 513 of file check_touchstone.cpp.

int touchstone_error ( const char *  )

Definition at line 1281 of file parse_touchstone.y.

void touchstone_init ( void  )

Definition at line 526 of file check_touchstone.cpp.

int touchstone_lex ( void  )
int touchstone_parse ( void  )
void touchstone_restart ( FILE *  )

Variable Documentation

qucs::strlist* touchstone_idents

Definition at line 50 of file check_touchstone.cpp.

Definition at line 55 of file check_touchstone.cpp.

qucs::dataset* touchstone_result

Definition at line 51 of file check_touchstone.cpp.

qucs::vector* touchstone_vector

Definition at line 52 of file check_touchstone.cpp.