Struct SymbolMatch

Struct Documentation

struct SymbolMatch

Structure to match a symbol in the dependency graph.

Public Functions

inline bool operator()(const Symbol &symbol) const

Operator to compare a symbol.

Parameters:

symbol – The symbol to compare.

Returns:

true if the symbol matches the given attributes.

Public Members

std::string filepath

Symbol’s file path.

SymbolType symbolType

Symbol type.

std::string name

Symbol name.