|
ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
|
Common data structures for dependency information shared across tools. More...
#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | acav::HeaderInfo |
| Represents information about a single included header file. More... | |
| struct | acav::FileDependencies |
| Structure to store dependency information for a single source file This structure captures all header files included by a source file. More... | |
| struct | acav::ProcessingError |
| Represents an error that occurred during dependency analysis. More... | |
Common data structures for dependency information shared across tools.
Definition in file DependencyTypes.h.