|
slang-netlist
0.9.0
|
Extracted identity of an AST symbol, decoupled from the slang AST. More...
#include <SymbolReference.hpp>
Public Member Functions | |
| SymbolReference ()=default | |
| SymbolReference (std::string name, std::string hierarchicalPath, TextLocation location) | |
| auto | empty () const -> bool |
Public Attributes | |
| std::string | name |
| std::string | hierarchicalPath |
| TextLocation | location |
Extracted identity of an AST symbol, decoupled from the slang AST.
|
default |
|
inline |
|
inline |
| std::string slang::netlist::SymbolReference::hierarchicalPath |
| TextLocation slang::netlist::SymbolReference::location |
| std::string slang::netlist::SymbolReference::name |