pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <gts.h>
Data Fields | |
FILE * | fp |
gchar * | s |
gchar * | s1 |
guint | line |
guint | pos |
GString * | token |
GtsTokenType | type |
gchar * | error |
guint | curline |
guint | curpos |
guint | scope |
guint | scope_max |
gint | next_token |
gchar * | delimiters |
gchar * | comments |
gchar * | tokens |
gchar* _GtsFile::comments |
Definition at line 152 of file gts.h.
Referenced by file_new(), gts_file_destroy(), and gts_file_getc().
guint _GtsFile::curline |
Definition at line 148 of file gts.h.
Referenced by file_new(), gts_file_getc(), gts_file_next_token(), and gts_file_read().
guint _GtsFile::curpos |
Definition at line 148 of file gts.h.
Referenced by file_new(), gts_file_getc(), gts_file_next_token(), and gts_file_read().
gchar* _GtsFile::delimiters |
Definition at line 151 of file gts.h.
Referenced by file_new(), gts_file_destroy(), and gts_file_next_token().
gchar* _GtsFile::error |
Definition at line 146 of file gts.h.
Referenced by file_new(), gts_file_destroy(), and gts_file_verror().
FILE* _GtsFile::fp |
Definition at line 141 of file gts.h.
Referenced by file_new(), gts_file_new(), gts_file_read(), and next_char().
guint _GtsFile::line |
Definition at line 143 of file gts.h.
Referenced by gts_file_assign_next(), gts_file_getc(), gts_file_next_token(), gts_file_variable_error(), gts_graph_read_jostle(), gts_surface_read(), and surface_read().
gint _GtsFile::next_token |
Definition at line 150 of file gts.h.
Referenced by file_new(), and gts_file_next_token().
guint _GtsFile::pos |
Definition at line 143 of file gts.h.
Referenced by gts_file_assign_next(), gts_file_getc(), gts_file_next_token(), and gts_file_variable_error().
gchar* _GtsFile::s |
Definition at line 142 of file gts.h.
Referenced by file_new(), gts_file_new_from_string(), and next_char().
gchar * _GtsFile::s1 |
Definition at line 142 of file gts.h.
Referenced by file_new(), gts_file_destroy(), and gts_file_new_from_string().
guint _GtsFile::scope |
Definition at line 149 of file gts.h.
Referenced by file_new(), gts_file_getc(), and gts_file_getc_scope().
guint _GtsFile::scope_max |
Definition at line 149 of file gts.h.
Referenced by file_new(), gts_file_assign_next(), gts_file_assign_start(), and gts_file_getc_scope().
GString* _GtsFile::token |
Definition at line 144 of file gts.h.
Referenced by file_new(), graph_read(), gts_file_assign_next(), gts_file_destroy(), gts_file_next_token(), gts_graph_read(), gts_graph_read_jostle(), gts_psurface_open(), gts_psurface_read_vertex(), gts_surface_read(), nedge_read(), nface_read(), nvertex_read(), point_read(), and surface_read().
gchar* _GtsFile::tokens |
Definition at line 153 of file gts.h.
Referenced by file_new(), gts_file_destroy(), and gts_file_next_token().
Definition at line 145 of file gts.h.
Referenced by file_new(), graph_read(), gts_file_assign_next(), gts_file_assign_start(), gts_file_first_token_after(), gts_file_getc(), gts_file_getc_scope(), gts_file_next_token(), gts_file_read(), gts_file_verror(), gts_graph_read(), gts_graph_read_jostle(), gts_psurface_open(), gts_psurface_read_vertex(), gts_surface_read(), nedge_read(), nface_read(), nvertex_read(), point_read(), and surface_read().