Skip to main content

The sqlcodeYY_state Struct Reference

Declaration

struct sqlcodeYY_state { ... }

Public Member Attributes Index

OutputCodeList *code = nullptr
const char *inputString = nullptr

the code fragment as text More...

intinputPosition = 0

read offset during parsing More...

QCStringfileName
intinputLines = 0

number of line in the code fragment More...

intyyLineNr = 1

current line number More...

boolinsideCodeLine = false
const Definition *searchCtx = nullptr
boolstripCodeComments = true
boolexampleBlock = false
QCStringexampleName
QCStringclassScope
std::unique_ptr< FileDef >exampleFileDef
const FileDef *sourceFileDef = nullptr
const Definition *currentDefinition = nullptr
const MemberDef *currentMemberDef = nullptr
boolincludeCodeFragment = false
const char *currentFontClass = nullptr

Definition at line 52 of file sqlcode.l.

Public Member Attributes

classScope

QCString sqlcodeYY_state::classScope

Definition at line 66 of file sqlcode.l.

code

OutputCodeList* sqlcodeYY_state::code = nullptr

Definition at line 54 of file sqlcode.l.

54 OutputCodeList * code = nullptr;

currentDefinition

const Definition* sqlcodeYY_state::currentDefinition = nullptr

Definition at line 70 of file sqlcode.l.

70 const Definition *currentDefinition = nullptr;

currentFontClass

const char* sqlcodeYY_state::currentFontClass = nullptr

Definition at line 73 of file sqlcode.l.

73 const char *currentFontClass = nullptr;

currentMemberDef

const MemberDef* sqlcodeYY_state::currentMemberDef = nullptr

Definition at line 71 of file sqlcode.l.

71 const MemberDef *currentMemberDef = nullptr;

exampleBlock

bool sqlcodeYY_state::exampleBlock = false

Definition at line 64 of file sqlcode.l.

64 bool exampleBlock = false;

exampleFileDef

std::unique_ptr<FileDef> sqlcodeYY_state::exampleFileDef

Definition at line 68 of file sqlcode.l.

68 std::unique_ptr<FileDef> exampleFileDef;

exampleName

QCString sqlcodeYY_state::exampleName

Definition at line 65 of file sqlcode.l.

fileName

QCString sqlcodeYY_state::fileName

Definition at line 57 of file sqlcode.l.

includeCodeFragment

bool sqlcodeYY_state::includeCodeFragment = false

Definition at line 72 of file sqlcode.l.

72 bool includeCodeFragment = false;

inputLines

int sqlcodeYY_state::inputLines = 0

number of line in the code fragment

Definition at line 58 of file sqlcode.l.

58 int inputLines = 0; //!< number of line in the code fragment

inputPosition

int sqlcodeYY_state::inputPosition = 0

read offset during parsing

Definition at line 56 of file sqlcode.l.

56 int inputPosition = 0; //!< read offset during parsing

inputString

const char* sqlcodeYY_state::inputString = nullptr

the code fragment as text

Definition at line 55 of file sqlcode.l.

55 const char *inputString = nullptr; //!< the code fragment as text

insideCodeLine

bool sqlcodeYY_state::insideCodeLine = false

Definition at line 60 of file sqlcode.l.

60 bool insideCodeLine = false;

searchCtx

const Definition* sqlcodeYY_state::searchCtx = nullptr

Definition at line 61 of file sqlcode.l.

61 const Definition *searchCtx = nullptr;

sourceFileDef

const FileDef* sqlcodeYY_state::sourceFileDef = nullptr

Definition at line 69 of file sqlcode.l.

69 const FileDef *sourceFileDef = nullptr;

stripCodeComments

bool sqlcodeYY_state::stripCodeComments = true

Definition at line 63 of file sqlcode.l.

63 bool stripCodeComments = true;

yyLineNr

int sqlcodeYY_state::yyLineNr = 1

current line number

Definition at line 59 of file sqlcode.l.

59 int yyLineNr = 1; //!< current line number

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.