Doxygen
Loading...
Searching...
No Matches
preYY_CondCtx Struct Reference
+ Collaboration diagram for preYY_CondCtx:

Public Member Functions

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

Public Attributes

QCString fileName
 
int lineNr
 
QCString sectionId
 
bool skip
 

Detailed Description

Definition at line 71 of file pre.l.

Constructor & Destructor Documentation

◆ preYY_CondCtx()

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

Definition at line 73 of file pre.l.

74 : fileName(file), lineNr(line), sectionId(id), skip(b) {}
QCString fileName
Definition pre.l:75
bool skip
Definition pre.l:78
QCString sectionId
Definition pre.l:77
int lineNr
Definition pre.l:76

References fileName, lineNr, sectionId, and skip.

Member Data Documentation

◆ fileName

QCString preYY_CondCtx::fileName

Definition at line 75 of file pre.l.

Referenced by preYY_CondCtx().

◆ lineNr

int preYY_CondCtx::lineNr

Definition at line 76 of file pre.l.

Referenced by preYY_CondCtx().

◆ sectionId

QCString preYY_CondCtx::sectionId

Definition at line 77 of file pre.l.

Referenced by preYY_CondCtx().

◆ skip

bool preYY_CondCtx::skip

Definition at line 78 of file pre.l.

Referenced by preYY_CondCtx().


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