ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
Loading...
Searching...
No Matches
acav::HeaderInfo Struct Reference

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

Detailed Description

Represents information about a single included header file.

Definition at line 34 of file DependencyTypes.h.

Member Data Documentation

◆ direct_

bool acav::HeaderInfo::direct_

True if directly included at least once, even if also indirectly included.

Definition at line 36 of file DependencyTypes.h.

◆ inclusionKind_

std::string acav::HeaderInfo::inclusionKind_

Type of inclusion (C_User, C_System, C_ExternCSystem, etc.).

Definition at line 38 of file DependencyTypes.h.

◆ path_

std::string acav::HeaderInfo::path_

Full path to the header file.

Definition at line 35 of file DependencyTypes.h.


The documentation for this struct was generated from the following file: