|
Doxygen
|
Public Attributes | |
| QCString | docBlock |
| contents of all lines of a documentation block | |
| QCString | currentModule =QCString() |
| name of the current enclosing module | |
| UseMap | useMembers |
| info about used modules | |
| UseEntry | useEntry |
| current use statement info | |
| std::vector< Scope > | scopeStack |
| bool | isExternal = false |
| QCString | str =QCString() |
| contents of fortran string | |
| OutputCodeList * | code = nullptr |
| const char * | inputString = nullptr |
| the code fragment as text | |
| int | inputPosition = 0 |
| read offset during parsing | |
| int | inputLines = 0 |
| number of line in the code fragment | |
| QCString | fileName |
| int | yyLineNr = 0 |
| current line number | |
| int | contLineNr = 0 |
| current, local, line number for continuation determination | |
| int * | hasContLine = nullptr |
| signals whether or not a line has a continuation line (fixed source form) | |
| bool | insideCodeLine = false |
| const Definition * | searchCtx = nullptr |
| bool | collectXRefs = false |
| bool | isFixedForm = false |
| bool | insideBody = false |
| inside subprog/program body? => create links | |
| const char * | currentFontClass = nullptr |
| bool | insideSpecialComment = false |
| bool | exampleBlock = false |
| QCString | exampleName |
| QCString | exampleFile |
| std::unique_ptr< FileDef > | exampleFileDef |
| const FileDef * | sourceFileDef = nullptr |
| const Definition * | currentDefinition = nullptr |
| const MemberDef * | currentMemberDef = nullptr |
| bool | includeCodeFragment = false |
| char | stringStartSymbol = '\0' |
| int | bracketCount = 0 |
| int | inTypeDecl = 0 |
| bool | endComment = false |
| TooltipManager | tooltipManager |
| std::vector< const Definition * > | foldStack |
| int | fixedCommentAfter = 72 |
Definition at line 127 of file fortrancode.l.
| int fortrancodeYY_state::bracketCount = 0 |
Definition at line 168 of file fortrancode.l.
| OutputCodeList* fortrancodeYY_state::code = nullptr |
Definition at line 137 of file fortrancode.l.
| bool fortrancodeYY_state::collectXRefs = false |
Definition at line 148 of file fortrancode.l.
| int fortrancodeYY_state::contLineNr = 0 |
current, local, line number for continuation determination
Definition at line 144 of file fortrancode.l.
| const Definition* fortrancodeYY_state::currentDefinition = nullptr |
Definition at line 161 of file fortrancode.l.
| const char* fortrancodeYY_state::currentFontClass = nullptr |
Definition at line 152 of file fortrancode.l.
| const MemberDef* fortrancodeYY_state::currentMemberDef = nullptr |
Definition at line 162 of file fortrancode.l.
name of the current enclosing module
Definition at line 130 of file fortrancode.l.
| QCString fortrancodeYY_state::docBlock |
contents of all lines of a documentation block
Definition at line 129 of file fortrancode.l.
| bool fortrancodeYY_state::endComment = false |
Definition at line 173 of file fortrancode.l.
| bool fortrancodeYY_state::exampleBlock = false |
Definition at line 155 of file fortrancode.l.
| QCString fortrancodeYY_state::exampleFile |
Definition at line 157 of file fortrancode.l.
| std::unique_ptr<FileDef> fortrancodeYY_state::exampleFileDef |
Definition at line 159 of file fortrancode.l.
| QCString fortrancodeYY_state::exampleName |
Definition at line 156 of file fortrancode.l.
| QCString fortrancodeYY_state::fileName |
Definition at line 142 of file fortrancode.l.
| int fortrancodeYY_state::fixedCommentAfter = 72 |
Definition at line 177 of file fortrancode.l.
| std::vector<const Definition *> fortrancodeYY_state::foldStack |
Definition at line 175 of file fortrancode.l.
| 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.
| bool fortrancodeYY_state::includeCodeFragment = false |
Definition at line 163 of file fortrancode.l.
| int fortrancodeYY_state::inputLines = 0 |
number of line in the code fragment
Definition at line 141 of file fortrancode.l.
| int fortrancodeYY_state::inputPosition = 0 |
read offset during parsing
Definition at line 140 of file fortrancode.l.
| const char* fortrancodeYY_state::inputString = nullptr |
the code fragment as text
Definition at line 139 of file fortrancode.l.
| bool fortrancodeYY_state::insideBody = false |
inside subprog/program body? => create links
Definition at line 151 of file fortrancode.l.
| bool fortrancodeYY_state::insideCodeLine = false |
Definition at line 146 of file fortrancode.l.
| bool fortrancodeYY_state::insideSpecialComment = false |
Definition at line 153 of file fortrancode.l.
| int fortrancodeYY_state::inTypeDecl = 0 |
Definition at line 171 of file fortrancode.l.
| bool fortrancodeYY_state::isExternal = false |
Definition at line 134 of file fortrancode.l.
| bool fortrancodeYY_state::isFixedForm = false |
Definition at line 149 of file fortrancode.l.
| std::vector<Scope> fortrancodeYY_state::scopeStack |
Definition at line 133 of file fortrancode.l.
| const Definition* fortrancodeYY_state::searchCtx = nullptr |
Definition at line 147 of file fortrancode.l.
| const FileDef* fortrancodeYY_state::sourceFileDef = nullptr |
Definition at line 160 of file fortrancode.l.
contents of fortran string
Definition at line 135 of file fortrancode.l.
| char fortrancodeYY_state::stringStartSymbol = '\0' |
Definition at line 165 of file fortrancode.l.
| TooltipManager fortrancodeYY_state::tooltipManager |
Definition at line 174 of file fortrancode.l.
| UseEntry fortrancodeYY_state::useEntry |
current use statement info
Definition at line 132 of file fortrancode.l.
| UseMap fortrancodeYY_state::useMembers |
info about used modules
Definition at line 131 of file fortrancode.l.
| int fortrancodeYY_state::yyLineNr = 0 |
current line number
Definition at line 143 of file fortrancode.l.