|
Doxygen
|
Public Attributes | |
| OutputCodeList * | code = nullptr |
| 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 = 1 |
| current line number | |
| bool | insideCodeLine = false |
| const Definition * | searchCtx = nullptr |
| bool | stripCodeComments = true |
| bool | exampleBlock = false |
| QCString | exampleName |
| QCString | classScope |
| 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* sqlcodeYY_state::code = nullptr |
| const Definition* sqlcodeYY_state::currentDefinition = nullptr |
| const MemberDef* sqlcodeYY_state::currentMemberDef = nullptr |
| int sqlcodeYY_state::inputLines = 0 |
| int sqlcodeYY_state::inputPosition = 0 |
| const char* sqlcodeYY_state::inputString = nullptr |
| const Definition* sqlcodeYY_state::searchCtx = nullptr |