Skip to main content

The xmlcodeYY_state Struct Reference

Declaration

struct xmlcodeYY_state { ... }

Public Member Attributes Index

OutputCodeList *code
QCStringcurClassName
QCStringparmType
QCStringparmName
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 = 0

current line number More...

boolinsideCodeLine = false
const Definition *searchCtx = nullptr
boolstripCodeComments = true
boolexampleBlock = false
QCStringexampleName
QCStringexampleFile
QCStringtype
QCStringname
QCStringargs
QCStringclassScope
QCStringCurrScope
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 57 of file xmlcode.l.

Public Member Attributes

args

QCString xmlcodeYY_state::args

Definition at line 78 of file xmlcode.l.

classScope

QCString xmlcodeYY_state::classScope

Definition at line 79 of file xmlcode.l.

code

OutputCodeList* xmlcodeYY_state::code

Definition at line 59 of file xmlcode.l.

curClassName

QCString xmlcodeYY_state::curClassName

Definition at line 60 of file xmlcode.l.

currentDefinition

const Definition* xmlcodeYY_state::currentDefinition = nullptr

Definition at line 85 of file xmlcode.l.

85 const Definition * currentDefinition = nullptr;

currentFontClass

const char* xmlcodeYY_state::currentFontClass = nullptr

Definition at line 88 of file xmlcode.l.

88 const char * currentFontClass = nullptr;

currentMemberDef

const MemberDef* xmlcodeYY_state::currentMemberDef = nullptr

Definition at line 86 of file xmlcode.l.

86 const MemberDef * currentMemberDef = nullptr;

CurrScope

QCString xmlcodeYY_state::CurrScope

Definition at line 81 of file xmlcode.l.

exampleBlock

bool xmlcodeYY_state::exampleBlock = false

Definition at line 72 of file xmlcode.l.

72 bool exampleBlock = false;

exampleFile

QCString xmlcodeYY_state::exampleFile

Definition at line 74 of file xmlcode.l.

exampleFileDef

std::unique_ptr<FileDef> xmlcodeYY_state::exampleFileDef

Definition at line 83 of file xmlcode.l.

83 std::unique_ptr<FileDef> exampleFileDef;

exampleName

QCString xmlcodeYY_state::exampleName

Definition at line 73 of file xmlcode.l.

fileName

QCString xmlcodeYY_state::fileName

Definition at line 65 of file xmlcode.l.

includeCodeFragment

bool xmlcodeYY_state::includeCodeFragment = false

Definition at line 87 of file xmlcode.l.

87 bool includeCodeFragment = false;

inputLines

int xmlcodeYY_state::inputLines = 0

number of line in the code fragment

Definition at line 66 of file xmlcode.l.

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

inputPosition

int xmlcodeYY_state::inputPosition = 0

read offset during parsing

Definition at line 64 of file xmlcode.l.

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

inputString

const char* xmlcodeYY_state::inputString = nullptr

the code fragment as text

Definition at line 63 of file xmlcode.l.

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

insideCodeLine

bool xmlcodeYY_state::insideCodeLine = false

Definition at line 68 of file xmlcode.l.

68 bool insideCodeLine = false;

name

QCString xmlcodeYY_state::name

Definition at line 77 of file xmlcode.l.

parmName

QCString xmlcodeYY_state::parmName

Definition at line 62 of file xmlcode.l.

parmType

QCString xmlcodeYY_state::parmType

Definition at line 61 of file xmlcode.l.

searchCtx

const Definition* xmlcodeYY_state::searchCtx = nullptr

Definition at line 69 of file xmlcode.l.

69 const Definition *searchCtx = nullptr;

sourceFileDef

const FileDef* xmlcodeYY_state::sourceFileDef = nullptr

Definition at line 84 of file xmlcode.l.

84 const FileDef * sourceFileDef = nullptr;

stripCodeComments

bool xmlcodeYY_state::stripCodeComments = true

Definition at line 71 of file xmlcode.l.

71 bool stripCodeComments = true;

type

QCString xmlcodeYY_state::type

Definition at line 76 of file xmlcode.l.

yyLineNr

int xmlcodeYY_state::yyLineNr = 0

current line number

Definition at line 67 of file xmlcode.l.

67 int yyLineNr = 0; //!< current line number

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


Generated via doxygen2docusaurus by Doxygen 1.14.0.