Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

parser_s Struct Reference


Data Fields

io_tin
io_tout
int state
int prev_state
int cmd_code
int line
int code_line
void * cb_arg
int(* cb_code )(parser_t *, int, void *, const char *, size_t)
int(* cb_html )(parser_t *, void *, const char *, size_t)

Field Documentation

void* parser_s::cb_arg
 

Definition at line 30 of file parser.h.

Referenced by parser_set_cb_arg().

int(* parser_s::cb_code)(parser_t *, int, void *, const char *, size_t)
 

Referenced by parser_set_cb_code().

int(* parser_s::cb_html)(parser_t *, void *, const char *, size_t)
 

Referenced by parser_set_cb_html().

int parser_s::cmd_code
 

Definition at line 29 of file parser.h.

Referenced by parser_reset(), and parser_run().

int parser_s::code_line
 

Definition at line 29 of file parser.h.

Referenced by parser_run().

io_t* parser_s::in
 

Definition at line 28 of file parser.h.

Referenced by parser_set_io().

int parser_s::line
 

Definition at line 29 of file parser.h.

Referenced by parser_reset(), and parser_run().

io_t * parser_s::out
 

Definition at line 28 of file parser.h.

Referenced by parser_set_io(), and translate_script_to_c().

int parser_s::prev_state
 

Definition at line 29 of file parser.h.

Referenced by parser_reset(), and parser_run().

int parser_s::state
 

Definition at line 29 of file parser.h.

Referenced by parser_reset(), and parser_run().


The documentation for this struct was generated from the following file:
←Products
© 2005-2006 - KoanLogic S.r.l. - All rights reserved