CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
circt::ImportVerilog::Context::ScanStringResult Struct Reference

Result of converting a scan format string. More...

#include <ImportVerilogInternals.h>

Collaboration diagram for circt::ImportVerilog::Context::ScanStringResult:
Collaboration graph
[legend]

Public Attributes

Value finalCursor
 
SmallVector< std::tuple< const slang::ast::Expression *, Value, Value > > assignments
 

Detailed Description

Result of converting a scan format string.

The final cursor of the consuming chain and the list of (destination expression, scanned value, matched flag) tuples to assign

Definition at line 426 of file ImportVerilogInternals.h.

Member Data Documentation

◆ assignments

SmallVector<std::tuple<const slang::ast::Expression *, Value, Value> > circt::ImportVerilog::Context::ScanStringResult::assignments

Definition at line 429 of file ImportVerilogInternals.h.

◆ finalCursor

Value circt::ImportVerilog::Context::ScanStringResult::finalCursor

Definition at line 427 of file ImportVerilogInternals.h.


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