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

#include <PrettyPrinter.h>

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

Public Attributes

uint32_t len
 
const char * str
 
- Public Attributes inherited from circt::pretty::Token::TokenInfo
Kind kind
 

Detailed Description

Definition at line 58 of file PrettyPrinter.h.

Member Data Documentation

◆ len

uint32_t circt::pretty::Token::StringInfo::len

Definition at line 59 of file PrettyPrinter.h.

◆ str

const char* circt::pretty::Token::StringInfo::str

Definition at line 60 of file PrettyPrinter.h.


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