TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include <flexlexer.h>
Public Member Functions | |
virtual | ~FlexLexer () |
const char * | YYText () const |
int | YYLeng () const |
virtual void | yy_switch_to_buffer (struct yy_buffer_state *new_buffer)=0 |
virtual struct yy_buffer_state * | yy_create_buffer (FLEX_STD istream *s, int size)=0 |
virtual void | yy_delete_buffer (struct yy_buffer_state *b)=0 |
virtual void | yyrestart (FLEX_STD istream *s)=0 |
virtual int | yylex ()=0 |
int | yylex (FLEX_STD istream *new_in, FLEX_STD ostream *new_out=0) |
virtual void | switch_streams (FLEX_STD istream *new_in=0, FLEX_STD ostream *new_out=0)=0 |
int | lineno () const |
int | debug () const |
void | set_debug (int flag) |
Protected Attributes | |
char * | yytext |
int | yyleng |
int | yylineno |
int | yy_flex_debug |
Definition at line 61 of file flexlexer.h.
|
inlinevirtual |
Definition at line 63 of file flexlexer.h.
|
inline |
Definition at line 91 of file flexlexer.h.
References yy_flex_debug.
|
inline |
Definition at line 89 of file flexlexer.h.
References yylineno.
|
inline |
Definition at line 92 of file flexlexer.h.
References yy_flex_debug.
|
pure virtual |
Implemented in yyFlexLexer.
Referenced by yylex().
|
pure virtual |
Implemented in yyFlexLexer.
|
pure virtual |
Implemented in yyFlexLexer.
|
pure virtual |
Implemented in yyFlexLexer.
|
inline |
Definition at line 66 of file flexlexer.h.
References yyleng.
|
pure virtual |
Implemented in yyFlexLexer, and JSonScanner.
Referenced by yylex().
Definition at line 78 of file flexlexer.h.
References switch_streams(), and yylex().
|
pure virtual |
Implemented in yyFlexLexer.
|
inline |
Definition at line 65 of file flexlexer.h.
References yytext.
|
protected |
Definition at line 98 of file flexlexer.h.
Referenced by debug(), and set_debug().
|
protected |
Definition at line 96 of file flexlexer.h.
Referenced by YYLeng().
|
protected |
Definition at line 97 of file flexlexer.h.
Referenced by lineno().
|
protected |
Definition at line 95 of file flexlexer.h.
Referenced by YYText().