|
Hubbub
|
Go to the source code of this file.
Typedefs | |
| typedef hubbub_error(* | hubbub_token_handler) (const hubbub_token *token, void *pw) |
| Type of token handling function. More... | |
| typedef void(* | hubbub_error_handler) (uint32_t line, uint32_t col, const char *message, void *pw) |
| Type of parse error handling function. More... | |
| typedef void(* hubbub_error_handler) (uint32_t line, uint32_t col, const char *message, void *pw) |
Type of parse error handling function.
| line | Source line on which error occurred |
| col | Column in ::line of start of erroneous input |
| message | Error message |
| pw | Pointer to client data |
Definition at line 40 of file functypes.h.
| typedef hubbub_error(* hubbub_token_handler) (const hubbub_token *token, void *pw) |
Type of token handling function.
| token | Pointer to token to handle |
| pw | Pointer to client data |
Definition at line 29 of file functypes.h.
1.8.14