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

Public Member Functions

 PreIncludeInfo (const QCString &fn, FileDef *srcFd, FileDef *dstFd, const QCString &iName, bool loc, bool imp)
 

Public Attributes

QCString fileName
 
FileDeffromFileDef
 
FileDeftoFileDef
 
QCString includeName
 
bool local
 
bool imported
 

Detailed Description

Definition at line 93 of file pre.l.

Constructor & Destructor Documentation

◆ PreIncludeInfo()

PreIncludeInfo::PreIncludeInfo ( const QCString & fn,
FileDef * srcFd,
FileDef * dstFd,
const QCString & iName,
bool loc,
bool imp )
inline

Definition at line 95 of file pre.l.

96 : fileName(fn), fromFileDef(srcFd), toFileDef(dstFd), includeName(iName), local(loc), imported(imp)
97 {
98 }
QCString fileName
Definition pre.l:99
FileDef * toFileDef
Definition pre.l:101
bool local
Definition pre.l:103
bool imported
Definition pre.l:104
FileDef * fromFileDef
Definition pre.l:100
QCString includeName
Definition pre.l:102

References fileName, fromFileDef, imported, includeName, local, and toFileDef.

Member Data Documentation

◆ fileName

QCString PreIncludeInfo::fileName

Definition at line 99 of file pre.l.

Referenced by PreIncludeInfo().

◆ fromFileDef

FileDef* PreIncludeInfo::fromFileDef

Definition at line 100 of file pre.l.

Referenced by PreIncludeInfo().

◆ imported

bool PreIncludeInfo::imported

Definition at line 104 of file pre.l.

Referenced by PreIncludeInfo().

◆ includeName

QCString PreIncludeInfo::includeName

Definition at line 102 of file pre.l.

Referenced by PreIncludeInfo().

◆ local

bool PreIncludeInfo::local

Definition at line 103 of file pre.l.

Referenced by PreIncludeInfo().

◆ toFileDef

FileDef* PreIncludeInfo::toFileDef

Definition at line 101 of file pre.l.

Referenced by PreIncludeInfo().


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