|
Doxygen
|
Public Attributes | |
| std::unordered_map< std::string, ScopedTypeVariant > | codeClassMap |
| QCString | curClassName |
| StringVector | curClassBases |
| OutputCodeList * | code = nullptr |
| const char * | inputString = nullptr |
| the code fragment as text | |
| int | inputPosition = 0 |
| read offset during parsing | |
| QCString | fileName |
| const char * | currentFontClass = nullptr |
| bool | insideCodeLine = false |
| const Definition * | searchCtx = nullptr |
| bool | collectXRefs = false |
| int | inputLines = 0 |
| number of line in the code fragment | |
| int | yyLineNr = 0 |
| current line number | |
| std::unique_ptr< FileDef > | exampleFileDef |
| const FileDef * | sourceFileDef = nullptr |
| bool | lineNumbers = false |
| const Definition * | currentDefinition = nullptr |
| const MemberDef * | currentMemberDef = nullptr |
| bool | includeCodeFragment = false |
| QCString | realScope |
| int | bodyCurlyCount = 0 |
| bool | searchingForBody = false |
| QCString | classScope |
| int | paramParens = 0 |
| bool | insideBody = false |
| bool | exampleBlock = false |
| QCString | exampleName |
| QCString | type |
| QCString | name |
| bool | doubleStringIsDoc = false |
| bool | doubleQuote = false |
| bool | noSuiteFound = false |
| int | stringContext = 0 |
| bool | insideSpecialComment = false |
| std::stack< yy_size_t > | indents |
| Tracks indentation levels for scoping in python. | |
| QCString | docBlock |
| contents of all lines of a documentation block | |
| bool | endComment = false |
| VariableContext | theVarContext |
| CallContext | theCallContext |
| SymbolResolver | symbolResolver |
| TooltipManager | tooltipManager |
| std::vector< const Definition * > | foldStack |
| OutputCodeList* pycodeYY_state::code = nullptr |
| std::unordered_map< std::string, ScopedTypeVariant > pycodeYY_state::codeClassMap |
| StringVector pycodeYY_state::curClassBases |
| const Definition* pycodeYY_state::currentDefinition = nullptr |
| QCString pycodeYY_state::docBlock |
| std::vector<const Definition *> pycodeYY_state::foldStack |
| std::stack<yy_size_t> pycodeYY_state::indents |
| int pycodeYY_state::inputLines = 0 |
| int pycodeYY_state::inputPosition = 0 |
| const char* pycodeYY_state::inputString = nullptr |
| const Definition* pycodeYY_state::searchCtx = nullptr |
| SymbolResolver pycodeYY_state::symbolResolver |
| CallContext pycodeYY_state::theCallContext |
| VariableContext pycodeYY_state::theVarContext |
| TooltipManager pycodeYY_state::tooltipManager |