|
ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
|
Structure to store dependency information for a single source file This structure captures all header files included by a source file. More...
#include <DependencyTypes.h>
Public Attributes | |
| std::string | path |
| Path to the source file. | |
| std::vector< HeaderInfo > | headers |
| List of all included headers. | |
Structure to store dependency information for a single source file This structure captures all header files included by a source file.
each entry has:
Definition at line 50 of file DependencyTypes.h.
| std::vector<HeaderInfo> acav::FileDependencies::headers |
List of all included headers.
Definition at line 52 of file DependencyTypes.h.
| std::string acav::FileDependencies::path |
Path to the source file.
Definition at line 51 of file DependencyTypes.h.