ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
Loading...
Searching...
No Matches
DependencyTypes.h File Reference

Common data structures for dependency information shared across tools. More...

#include <string>
#include <vector>
Include dependency graph for DependencyTypes.h:

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...

Detailed Description

Common data structures for dependency information shared across tools.

Definition in file DependencyTypes.h.