#include <header.h>

Public Types | |
| enum | { LANG_JAVA, LANG_C, LANG_CPLUSPLUS } |
Public Attributes | |
| char * | output_file |
| char * | name |
| FILE * | output_c |
| FILE * | output_h |
| FILE * | output_java |
| byte | syntax_tree |
| byte | widechars |
| enum options:: { ... } | make_lang |
| char * | externals_prefix |
| char * | variables_prefix |
| char * | runtime_path |
| char * | parent_class_name |
| struct include * | includes |
| struct include * | includes_end |
| byte | utf8 |
Definition at line 284 of file header.h.
struct include* options::includes [read] |
struct include* options::includes_end [read] |
| enum { ... } options::make_lang |
| char* options::name |
| FILE* options::output_c |
| char* options::output_file |
| FILE* options::output_h |
| FILE* options::output_java |
| char* options::runtime_path |