Skip to main content

The doctokenizerYY_state Struct Reference

Declaration

struct doctokenizerYY_state { ... }

Public Member Attributes Index

intcommentState
TokenInfotoken
yy_size_tinputPos = 0
const char *inputString = nullptr
QCStringfileName
boolinsidePre = false
intsharpCount =0
boolmarkdownSupport =true
boolinsideHtmlLink =false
const Definition *definition = nullptr
QCStringsecLabel
QCStringsecTitle
SectionTypesecType
QCStringendMarker
intautoListLevel
std::stack< std::unique_ptr< DocLexerContext > >lexerStack
std::stack< int >stateStack
intyyLineNr = 0

Definition at line 70 of file doctokenizer.l.

Public Member Attributes

autoListLevel

int doctokenizerYY_state::autoListLevel

Definition at line 90 of file doctokenizer.l.

commentState

int doctokenizerYY_state::commentState

Definition at line 74 of file doctokenizer.l.

definition

const Definition* doctokenizerYY_state::definition = nullptr

Definition at line 85 of file doctokenizer.l.

85 const Definition *definition = nullptr;

endMarker

QCString doctokenizerYY_state::endMarker

Definition at line 89 of file doctokenizer.l.

fileName

QCString doctokenizerYY_state::fileName

Definition at line 78 of file doctokenizer.l.

inputPos

yy_size_t doctokenizerYY_state::inputPos = 0

Definition at line 76 of file doctokenizer.l.

76 yy_size_t inputPos = 0;

inputString

const char* doctokenizerYY_state::inputString = nullptr

Definition at line 77 of file doctokenizer.l.

77 const char *inputString = nullptr;

insideHtmlLink

bool doctokenizerYY_state::insideHtmlLink =false

Definition at line 82 of file doctokenizer.l.

82 bool insideHtmlLink=false;

insidePre

bool doctokenizerYY_state::insidePre = false

Definition at line 79 of file doctokenizer.l.

79 bool insidePre = false;

lexerStack

std::stack< std::unique_ptr<DocLexerContext> > doctokenizerYY_state::lexerStack

Definition at line 91 of file doctokenizer.l.

91 std::stack< std::unique_ptr<DocLexerContext> > lexerStack;

markdownSupport

bool doctokenizerYY_state::markdownSupport =true

Definition at line 81 of file doctokenizer.l.

81 bool markdownSupport=true;

secLabel

QCString doctokenizerYY_state::secLabel

Definition at line 86 of file doctokenizer.l.

secTitle

QCString doctokenizerYY_state::secTitle

Definition at line 87 of file doctokenizer.l.

secType

SectionType doctokenizerYY_state::secType

Definition at line 88 of file doctokenizer.l.

sharpCount

int doctokenizerYY_state::sharpCount =0

Definition at line 80 of file doctokenizer.l.

80 int sharpCount=0;

stateStack

std::stack<int> doctokenizerYY_state::stateStack

Definition at line 92 of file doctokenizer.l.

92 std::stack<int> stateStack;

token

TokenInfo doctokenizerYY_state::token

Definition at line 75 of file doctokenizer.l.

yyLineNr

int doctokenizerYY_state::yyLineNr = 0

Definition at line 94 of file doctokenizer.l.

94 int yyLineNr = 0;

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


Generated via doxygen2docusaurus by Doxygen 1.14.0.