CIRCT  19.0.0git
Public Attributes | List of all members
circt::pretty::PrettyPrinter::FormattedToken Struct Reference

Format token with tracked size. More...

Collaboration diagram for circt::pretty::PrettyPrinter::FormattedToken:
Collaboration graph
[legend]

Public Attributes

Token token
 
int32_t size
 underlying token More...
 

Detailed Description

Format token with tracked size.

Definition at line 234 of file PrettyPrinter.h.

Member Data Documentation

◆ size

int32_t circt::pretty::PrettyPrinter::FormattedToken::size

◆ token

Token circt::pretty::PrettyPrinter::FormattedToken::token

Definition at line 235 of file PrettyPrinter.h.

Referenced by circt::pretty::PrettyPrinter::print().


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