Skip to main content

The preYY_CondCtx Struct Reference

Declaration

struct preYY_CondCtx { ... }

Public Constructors Index

preYY_CondCtx (const QCString &file, int line, const QCString &id, bool b)

Public Member Attributes Index

QCStringfileName
intlineNr
QCStringsectionId
boolskip

Definition at line 72 of file pre.l.

Public Constructors

preYY_CondCtx()

preYY_CondCtx::preYY_CondCtx (const QCString & file, int line, const QCString & id, bool b)
inline

Definition at line 74 of file pre.l.

74 preYY_CondCtx(const QCString &file,int line,const QCString &id,bool b)
75 : fileName(file), lineNr(line), sectionId(id), skip(b) {}

References fileName, lineNr, sectionId and skip.

Public Member Attributes

fileName

QCString preYY_CondCtx::fileName

Definition at line 76 of file pre.l.

Referenced by preYY_CondCtx.

lineNr

int preYY_CondCtx::lineNr

Definition at line 77 of file pre.l.

77 int lineNr;

Referenced by preYY_CondCtx.

sectionId

QCString preYY_CondCtx::sectionId

Definition at line 78 of file pre.l.

Referenced by preYY_CondCtx.

skip

bool preYY_CondCtx::skip

Definition at line 79 of file pre.l.

79 bool skip;

Referenced by preYY_CondCtx.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.