|
ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
|
Represents information about a single included header file. More...
#include <DependencyTypes.h>
Public Attributes | |
| std::string | path_ |
| Full path to the header file. | |
| bool | direct_ |
| True if directly included at least once, even if also indirectly included. | |
| std::string | inclusionKind_ |
| Type of inclusion (C_User, C_System, C_ExternCSystem, etc.). | |
Represents information about a single included header file.
Definition at line 34 of file DependencyTypes.h.
| bool acav::HeaderInfo::direct_ |
True if directly included at least once, even if also indirectly included.
Definition at line 36 of file DependencyTypes.h.
| std::string acav::HeaderInfo::inclusionKind_ |
Type of inclusion (C_User, C_System, C_ExternCSystem, etc.).
Definition at line 38 of file DependencyTypes.h.
| std::string acav::HeaderInfo::path_ |
Full path to the header file.
Definition at line 35 of file DependencyTypes.h.