Doxygen
|
Public Member Functions | |
DocLexerContext (const TokenInfo &tk, int r, int lvl, yy_size_t pos, const char *s, YY_BUFFER_STATE bs) | |
Public Attributes | |
TokenInfo | token |
int | rule |
int | autoListLevel |
yy_size_t | inputPos |
const char * | inputString |
YY_BUFFER_STATE | state |
Definition at line 57 of file doctokenizer.l.
|
inline |
Definition at line 59 of file doctokenizer.l.
References autoListLevel, inputPos, inputString, rule, state, and token.
int DocLexerContext::autoListLevel |
Definition at line 63 of file doctokenizer.l.
Referenced by DocLexerContext().
yy_size_t DocLexerContext::inputPos |
Definition at line 64 of file doctokenizer.l.
Referenced by DocLexerContext().
const char* DocLexerContext::inputString |
Definition at line 65 of file doctokenizer.l.
Referenced by DocLexerContext().
int DocLexerContext::rule |
Definition at line 62 of file doctokenizer.l.
Referenced by DocLexerContext().
YY_BUFFER_STATE DocLexerContext::state |
Definition at line 66 of file doctokenizer.l.
Referenced by DocLexerContext().
TokenInfo DocLexerContext::token |
Definition at line 61 of file doctokenizer.l.
Referenced by DocLexerContext().