List of all members.
Public Types |
| enum | error_e { success,
err_eof,
err_eol,
err_too_large
} |
|
typedef enum Tokenizer::error_e | tok_err |
Public Member Functions |
|
| Tokenizer (char *data) |
|
int | avail_line () |
|
void | skipline () |
|
bool | next (bool crossline) |
|
void | putback () |
|
void | begin () |
|
const char * | errormsg () |
Public Attributes |
|
char | token [MAXTOKEN] |
|
bool | unget |
|
char * | script_p |
|
char * | script_start |
|
int | line |
|
bool | getGroups |
|
int | curGroup |
|
bool | curLock |
|
tok_err | error |
|
int | error_line |
The documentation for this class was generated from the following files: