The fortrancodeYY_state
Struct Reference
Declaration
struct fortrancodeYY_state { ... }
Public Member Attributes Index
Definition at line 127 of file fortrancode.l.
Public Member Attributes
bracketCount
int fortrancodeYY_state::bracketCount = 0 |
|
code
OutputCodeList* fortrancodeYY_state::code = nullptr |
|
collectXRefs
bool fortrancodeYY_state::collectXRefs = false |
|
contLineNr
int fortrancodeYY_state::contLineNr = 0 |
|
current, local, line number for continuation determination
Definition at line 144 of file fortrancode.l.
currentDefinition
const Definition* fortrancodeYY_state::currentDefinition = nullptr |
|
currentFontClass
const char* fortrancodeYY_state::currentFontClass = nullptr |
|
currentMemberDef
const MemberDef* fortrancodeYY_state::currentMemberDef = nullptr |
|
currentModule
QCString fortrancodeYY_state::currentModule =QCString() |
|
name of the current enclosing module
Definition at line 130 of file fortrancode.l.
docBlock
QCString fortrancodeYY_state::docBlock |
|
contents of all lines of a documentation block
Definition at line 129 of file fortrancode.l.
endComment
bool fortrancodeYY_state::endComment = false |
|
exampleBlock
bool fortrancodeYY_state::exampleBlock = false |
|
exampleFile
QCString fortrancodeYY_state::exampleFile |
|
exampleFileDef
std::unique_ptr<FileDef> fortrancodeYY_state::exampleFileDef |
|
exampleName
QCString fortrancodeYY_state::exampleName |
|
fileName
QCString fortrancodeYY_state::fileName |
|
fixedCommentAfter
int fortrancodeYY_state::fixedCommentAfter = 72 |
|
foldStack
std::vector<const Definition *> fortrancodeYY_state::foldStack |
|
hasContLine
int* fortrancodeYY_state::hasContLine = nullptr |
|
signals whether or not a line has a continuation line (fixed source form)
Definition at line 145 of file fortrancode.l.
includeCodeFragment
bool fortrancodeYY_state::includeCodeFragment = false |
|
inputLines
int fortrancodeYY_state::inputLines = 0 |
|
number of line in the code fragment
Definition at line 141 of file fortrancode.l.
inputPosition
int fortrancodeYY_state::inputPosition = 0 |
|
read offset during parsing
Definition at line 140 of file fortrancode.l.
inputString
const char* fortrancodeYY_state::inputString = nullptr |
|
the code fragment as text
Definition at line 139 of file fortrancode.l.
insideBody
bool fortrancodeYY_state::insideBody = false |
|
inside subprog/program body? => create links
Definition at line 151 of file fortrancode.l.
insideCodeLine
bool fortrancodeYY_state::insideCodeLine = false |
|
insideSpecialComment
bool fortrancodeYY_state::insideSpecialComment = false |
|
inTypeDecl
int fortrancodeYY_state::inTypeDecl = 0 |
|
isExternal
bool fortrancodeYY_state::isExternal = false |
|
isFixedForm
bool fortrancodeYY_state::isFixedForm = false |
|
scopeStack
std::vector<Scope> fortrancodeYY_state::scopeStack |
|
searchCtx
const Definition* fortrancodeYY_state::searchCtx = nullptr |
|
sourceFileDef
const FileDef* fortrancodeYY_state::sourceFileDef = nullptr |
|
str
QCString fortrancodeYY_state::str =QCString() |
|
contents of fortran string
Definition at line 135 of file fortrancode.l.
stringStartSymbol
char fortrancodeYY_state::stringStartSymbol = '\0' |
|
tooltipManager
TooltipManager fortrancodeYY_state::tooltipManager |
|
useEntry
UseEntry fortrancodeYY_state::useEntry |
|
current use statement info
Definition at line 132 of file fortrancode.l.
useMembers
UseMap fortrancodeYY_state::useMembers |
|
info about used modules
Definition at line 131 of file fortrancode.l.
yyLineNr
int fortrancodeYY_state::yyLineNr = 0 |
|
current line number
Definition at line 143 of file fortrancode.l.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.