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 <json_scanner.h>
Public Member Functions | |
JSonScanner (QIODevice *io) | |
~JSonScanner () | |
void | allowSpecialNumbers (bool allow) |
int | yylex (YYSTYPE *yylval, yy::location *yylloc) |
int | yylex () |
int | LexerInput (char *buf, int max_size) |
![]() | |
yyFlexLexer (FLEX_STD istream *arg_yyin=0, FLEX_STD ostream *arg_yyout=0) | |
virtual | ~yyFlexLexer () |
void | yy_switch_to_buffer (struct yy_buffer_state *new_buffer) |
struct yy_buffer_state * | yy_create_buffer (FLEX_STD istream *s, int size) |
void | yy_delete_buffer (struct yy_buffer_state *b) |
void | yyrestart (FLEX_STD istream *s) |
void | yypush_buffer_state (struct yy_buffer_state *new_buffer) |
void | yypop_buffer_state () |
virtual void | switch_streams (FLEX_STD istream *new_in, FLEX_STD ostream *new_out=0) |
virtual int | yywrap () |
![]() | |
virtual | ~FlexLexer () |
const char * | YYText () const |
int | YYLeng () const |
int | yylex (FLEX_STD istream *new_in, FLEX_STD ostream *new_out=0) |
int | lineno () const |
int | debug () const |
void | set_debug (int flag) |
Additional Inherited Members | |
![]() | |
virtual void | LexerOutput (const char *buf, int size) |
virtual void | LexerError (const char *msg) |
void | yyunput (int c, char *buf_ptr) |
int | yyinput () |
void | yy_load_buffer_state () |
void | yy_init_buffer (struct yy_buffer_state *b, FLEX_STD istream *s) |
void | yy_flush_buffer (struct yy_buffer_state *b) |
void | yy_push_state (int new_state) |
void | yy_pop_state () |
int | yy_top_state () |
yy_state_type | yy_get_previous_state () |
yy_state_type | yy_try_NUL_trans (yy_state_type current_state) |
int | yy_get_next_buffer () |
void | yyensure_buffer_stack (void) |
Definition at line 44 of file json_scanner.h.
|
explicit |
Definition at line 30 of file json_scanner.cpp.
JSonScanner::~JSonScanner | ( | ) |
Definition at line 39 of file json_scanner.cpp.
void JSonScanner::allowSpecialNumbers | ( | bool | allow | ) |
Definition at line 43 of file json_scanner.cpp.
References m_allowSpecialNumbers.
Reimplemented from yyFlexLexer.
Definition at line 62 of file json_scanner.cpp.
References m_criticalError, and m_io.
Definition at line 48 of file json_scanner.cpp.
References m_criticalError, m_yylloc, m_yylval, and yylex().
|
virtual |
Reimplemented from yyFlexLexer.
Referenced by yylex().
|
protected |
Definition at line 57 of file json_scanner.h.
Referenced by allowSpecialNumbers().
|
protected |
Definition at line 64 of file json_scanner.h.
|
protected |
Definition at line 62 of file json_scanner.h.
Referenced by LexerInput(), and yylex().
|
protected |
Definition at line 63 of file json_scanner.h.
|
protected |
Definition at line 58 of file json_scanner.h.
Referenced by LexerInput().
|
protected |
Definition at line 61 of file json_scanner.h.
Referenced by yylex().
|
protected |
Definition at line 60 of file json_scanner.h.
Referenced by yylex().