The PreIncludeInfo
Struct Reference
Declaration
struct PreIncludeInfo { ... }
Public Constructors Index
PreIncludeInfo (const QCString &fn, FileDef *srcFd, FileDef *dstFd, const QCString &iName, bool loc, bool imp) | |
Public Member Attributes Index
QCString | fileName |
FileDef * | fromFileDef |
FileDef * | toFileDef |
QCString | includeName |
bool | local |
bool | imported |
Definition at line 94 of file pre.l.
Public Constructors
PreIncludeInfo()
| inline |
Definition at line 96 of file pre.l.
96 PreIncludeInfo(const QCString &fn,FileDef *srcFd, FileDef *dstFd,const QCString &iName,bool loc, bool imp)
97 : fileName(fn), fromFileDef(srcFd), toFileDef(dstFd), includeName(iName), local(loc), imported(imp)
98 {
99 }
References fileName, fromFileDef, imported, includeName, local and toFileDef.
Public Member Attributes
fileName
|
Definition at line 100 of file pre.l.
Referenced by PreIncludeInfo.
fromFileDef
|
Definition at line 101 of file pre.l.
101 FileDef *fromFileDef; // filedef in which the include statement was found
Referenced by PreIncludeInfo.
imported
|
Definition at line 105 of file pre.l.
Referenced by PreIncludeInfo.
includeName
|
Definition at line 103 of file pre.l.
103 QCString includeName; // name used in the #include statement
Referenced by PreIncludeInfo.
local
|
Definition at line 104 of file pre.l.
Referenced by PreIncludeInfo.
toFileDef
|
Definition at line 102 of file pre.l.
Referenced by PreIncludeInfo.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.