clear(bool clear_input=true, bool clear_output=true) | moot::GenericLexer | [virtual] |
from_buffer(const char *buf, size_t len) | moot::GenericLexer | [virtual] |
from_file(FILE *in=stdin) | moot::GenericLexer | [virtual] |
from_filename(const std::string &filename) | moot::GenericLexer | [virtual] |
from_mstream(mootio::mistream *in=0) | moot::GenericLexer | [virtual] |
from_string(const char *s) | moot::GenericLexer | [inline] |
from_string(const std::string &s) | moot::GenericLexer | [inline] |
GenericLexer(const std::string &myname="moot::GenericLexer", size_t line=0, size_t column=0, size_t byte=0) | moot::GenericLexer | [inline] |
lexname | moot::GenericLexer | |
mgl_begin(int stateno) | moot::GenericLexer | [virtual] |
MGL_DEFAULT_BUFFER_SIZE | moot::GenericLexer | [static] |
mgl_in_created | moot::GenericLexer | |
mgl_out_created | moot::GenericLexer | |
mgl_yy_create_buffer(int size, FILE *unused=stdin)=0 | moot::GenericLexer | [pure virtual] |
mgl_yy_current_buffer_p(void) | moot::GenericLexer | [virtual] |
mgl_yy_delete_buffer(void *buf) | moot::GenericLexer | [inline, virtual] |
mgl_yy_init_buffer(void *buf, FILE *unused=stdin)=0 | moot::GenericLexer | [pure virtual] |
mgl_yy_switch_to_buffer(void *buf)=0 | moot::GenericLexer | [pure virtual] |
mglin | moot::GenericLexer | |
mglout | moot::GenericLexer | |
reset(void) | moot::GenericLexer | [virtual] |
select_streams(FILE *in, FILE *out=stdout, const char *myname=0) | moot::GenericLexer | [inline] |
select_string(const char *in, FILE *out=stderr, const char *myname=0) | moot::GenericLexer | [inline] |
theByte | moot::GenericLexer | |
theColumn | moot::GenericLexer | |
theLine | moot::GenericLexer | |
to_file(FILE *out=stdout) | moot::GenericLexer | [virtual] |
to_filename(const std::string &filename) | moot::GenericLexer | [virtual] |
to_mstream(mootio::mostream *out=0) | moot::GenericLexer | [virtual] |
tokbuf | moot::GenericLexer | |
tokbuf_append(const char *text, size_t len) | moot::GenericLexer | [inline] |
tokbuf_clear | moot::GenericLexer | |
yycarp(const char *fmt,...) | moot::GenericLexer | [virtual] |
yyinput(char *buffer, int &result, int max_size) | moot::GenericLexer | [inline] |
~GenericLexer(void) | moot::GenericLexer | [virtual] |