Skip to main content

The DocLexerContext Struct Reference

Declaration

struct DocLexerContext { ... }

Public Constructors Index

DocLexerContext (const TokenInfo &tk, int r, int lvl, yy_size_t pos, const char *s, YY_BUFFER_STATE bs)

Public Member Attributes Index

TokenInfotoken
intrule
intautoListLevel
yy_size_tinputPos
const char *inputString
YY_BUFFER_STATEstate

Definition at line 58 of file doctokenizer.l.

Public Constructors

DocLexerContext()

DocLexerContext::DocLexerContext (const TokenInfo & tk, int r, int lvl, yy_size_t pos, const char * s, YY_BUFFER_STATE bs)
inline

Definition at line 60 of file doctokenizer.l.

60 DocLexerContext(const TokenInfo &tk,int r,int lvl,yy_size_t pos,const char *s,YY_BUFFER_STATE bs)
61 : token(tk), rule(r), autoListLevel(lvl), inputPos(pos), inputString(s), state(bs) {}

References autoListLevel, inputPos, inputString, rule, state and token.

Public Member Attributes

autoListLevel

int DocLexerContext::autoListLevel

Definition at line 64 of file doctokenizer.l.

Referenced by DocLexerContext.

inputPos

yy_size_t DocLexerContext::inputPos

Definition at line 65 of file doctokenizer.l.

65 yy_size_t inputPos;

Referenced by DocLexerContext.

inputString

const char* DocLexerContext::inputString

Definition at line 66 of file doctokenizer.l.

66 const char *inputString;

Referenced by DocLexerContext.

rule

int DocLexerContext::rule

Definition at line 63 of file doctokenizer.l.

63 int rule;

Referenced by DocLexerContext.

state

YY_BUFFER_STATE DocLexerContext::state

Definition at line 67 of file doctokenizer.l.

67 YY_BUFFER_STATE state;

Referenced by DocLexerContext.

token

TokenInfo DocLexerContext::token

Definition at line 62 of file doctokenizer.l.

Referenced by DocLexerContext.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.