|
Doxygen
|
Public Attributes | |
| OutputCodeList * | code |
| QCString | curClassName |
| QCString | parmType |
| QCString | parmName |
| const char * | inputString = nullptr |
| the code fragment as text | |
| int | inputPosition = 0 |
| read offset during parsing | |
| QCString | fileName |
| int | inputLines = 0 |
| number of line in the code fragment | |
| int | yyLineNr = 0 |
| current line number | |
| bool | insideCodeLine = false |
| const Definition * | searchCtx = nullptr |
| bool | stripCodeComments = true |
| bool | exampleBlock = false |
| QCString | exampleName |
| QCString | exampleFile |
| QCString | type |
| QCString | name |
| QCString | args |
| QCString | classScope |
| QCString | CurrScope |
| std::unique_ptr< FileDef > | exampleFileDef |
| const FileDef * | sourceFileDef = nullptr |
| const Definition * | currentDefinition = nullptr |
| const MemberDef * | currentMemberDef = nullptr |
| bool | includeCodeFragment = false |
| const char * | currentFontClass = nullptr |
| OutputCodeList* xmlcodeYY_state::code |
| const Definition* xmlcodeYY_state::currentDefinition = nullptr |
| const MemberDef* xmlcodeYY_state::currentMemberDef = nullptr |
| int xmlcodeYY_state::inputLines = 0 |
| int xmlcodeYY_state::inputPosition = 0 |
| const char* xmlcodeYY_state::inputString = nullptr |
| const Definition* xmlcodeYY_state::searchCtx = nullptr |