CIRCT  19.0.0git
Public Attributes | List of all members
circt::pretty::Token::BreakInfo Struct Reference

#include <PrettyPrinter.h>

Inheritance diagram for circt::pretty::Token::BreakInfo:
Inheritance graph
[legend]
Collaboration diagram for circt::pretty::Token::BreakInfo:
Collaboration graph
[legend]

Public Attributes

uint32_t spaces
 
int32_t offset
 
bool neverbreak
 
- Public Attributes inherited from circt::pretty::Token::TokenInfo
Kind kind
 

Detailed Description

Definition at line 62 of file PrettyPrinter.h.

Member Data Documentation

◆ neverbreak

bool circt::pretty::Token::BreakInfo::neverbreak

Definition at line 65 of file PrettyPrinter.h.

◆ offset

int32_t circt::pretty::Token::BreakInfo::offset

Definition at line 64 of file PrettyPrinter.h.

◆ spaces

uint32_t circt::pretty::Token::BreakInfo::spaces

Definition at line 63 of file PrettyPrinter.h.


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