CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
circt::arc::runtime::FmtDescriptor::LiteralFmt Struct Reference

Literal string formatting options. More...

#include <FmtDescriptor.h>

Collaboration diagram for circt::arc::runtime::FmtDescriptor::LiteralFmt:
Collaboration graph
[legend]

Public Attributes

int64_t width
 The width of the literal string in characters.
 

Detailed Description

Literal string formatting options.

Definition at line 137 of file FmtDescriptor.h.

Member Data Documentation

◆ width

int64_t circt::arc::runtime::FmtDescriptor::LiteralFmt::width

The width of the literal string in characters.

Note that the string itself is passed as a variadic argument, and may contain NUL characters.

Definition at line 140 of file FmtDescriptor.h.

Referenced by arcRuntimeIR_format(), and circt::arc::runtime::FmtDescriptor::createLiteral().


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