#include <Utilities.hpp>
|
| using | Row = std::vector<std::string> |
| using | Table = std::vector<Row> |
|
| static auto | locationStr (ast::Compilation const &compilation, SourceLocation location) |
| | Return a string representation of a slang SourceLocation.
|
| static auto | formatTable (FormatBuffer &buffer, const Row &header, const Table &rows, TableFormatConfig cfg={}) |
| | Format a table of data into the given format buffer.
|
◆ Row
◆ Table
◆ formatTable()
| auto slang::netlist::Utilities::formatTable |
( |
FormatBuffer & | buffer, |
|
|
const Row & | header, |
|
|
const Table & | rows, |
|
|
TableFormatConfig | cfg = {} ) |
|
inlinestatic |
Format a table of data into the given format buffer.
◆ locationStr()
| auto slang::netlist::Utilities::locationStr |
( |
ast::Compilation const & | compilation, |
|
|
SourceLocation | location ) |
|
inlinestatic |
Return a string representation of a slang SourceLocation.
The documentation for this struct was generated from the following file: