jsgf_s Struct Reference

Data Fields

char * version
 JSGF version (from header).
char * charset
 JSGF charset (default UTF-8).
char * locale
 JSGF locale (default C).
char * name
 Grammar name.
hash_table_trules
 Defined or imported rules in this grammar.
hash_table_timports
 Pointers to imported grammars.
jsgf_tparent
 Parent grammar (if this is an imported one).
glist_t searchpath
 List of directories to search for grammars.
int nstate
 Number of generated states.
glist_t links
 Generated FSG links.
glist_t rulestack
 Stack of currently expanded rules.

Detailed Description

Definition at line 66 of file jsgf_internal.h.


Field Documentation

Pointers to imported grammars.

Definition at line 73 of file jsgf_internal.h.

Referenced by jsgf_grammar_free(), and jsgf_grammar_new().

Generated FSG links.

Definition at line 79 of file jsgf_internal.h.

Referenced by jsgf_build_fsg(), jsgf_grammar_free(), and jsgf_write_fsg().

Number of generated states.

Definition at line 78 of file jsgf_internal.h.

Referenced by jsgf_build_fsg(), and jsgf_write_fsg().

Defined or imported rules in this grammar.

Definition at line 72 of file jsgf_internal.h.

Referenced by jsgf_get_rule(), jsgf_grammar_free(), jsgf_grammar_new(), and jsgf_rule_iter().

Stack of currently expanded rules.

Definition at line 80 of file jsgf_internal.h.

List of directories to search for grammars.

Definition at line 75 of file jsgf_internal.h.

Referenced by jsgf_grammar_free(), and jsgf_grammar_new().


The documentation for this struct was generated from the following file:

Generated on 24 Aug 2009 for SphinxBase by  doxygen 1.6.0