Struct Symbol
Defined in File graph.hpp
Struct Documentation
-
struct Symbol
Represents a symbol in the dependency graph.
Public Functions
Public Members
-
std::filesystem::path filePath
The path to the file where the symbol is located.
-
unsigned int line
The line number where the symbol is located.
-
unsigned int column
The column number where the symbol is located.
-
std::string name
The name of the symbol.
-
SymbolType symbolType
The type of the symbol.
-
std::filesystem::path filePath