|
Doxygen
|
Class representing the data associated with a #include statement. More...
#include <src/filedef.h>
Public Member Functions | |
| IncludeInfo () | |
| IncludeInfo (const FileDef *fd, const QCString &in, IncludeKind k) | |
Public Attributes | |
| const FileDef * | fileDef = nullptr |
| QCString | includeName |
| IncludeKind | kind = IncludeKind::IncludeSystem |
Class representing the data associated with a #include statement.
|
inline |
| const FileDef* IncludeInfo::fileDef = nullptr |
Definition at line 79 of file filedef.h.
Referenced by PerlModGenerator::addIncludeInfo(), generateSqlite3ForClass(), IncludeInfo(), and writeIncludeInfo().
| QCString IncludeInfo::includeName |
Definition at line 80 of file filedef.h.
Referenced by PerlModGenerator::addIncludeInfo(), DocSets::addIndexItem(), generateSqlite3ForClass(), IncludeInfo(), and writeIncludeInfo().
| IncludeKind IncludeInfo::kind = IncludeKind::IncludeSystem |
Definition at line 81 of file filedef.h.
Referenced by PerlModGenerator::addIncludeInfo(), IncludeInfo(), and writeIncludeInfo().