MLIR  20.0.0git
Public Attributes | List of all members
mlir::presburger::PrintTableMetrics Struct Reference

Example usage: Print .12, 3.4, 56.7 preAlign = ".", minSpacing = 1, .12 .12 3.4 3.4 56.7 56.7. More...

#include "mlir/Analysis/Presburger/Utils.h"

Public Attributes

unsigned maxPreIndent
 
unsigned maxPostIndent
 
std::string preAlign
 

Detailed Description

Example usage: Print .12, 3.4, 56.7 preAlign = ".", minSpacing = 1, .12 .12 3.4 3.4 56.7 56.7.

Definition at line 303 of file Utils.h.

Member Data Documentation

◆ maxPostIndent

unsigned mlir::presburger::PrintTableMetrics::maxPostIndent

Definition at line 306 of file Utils.h.

◆ maxPreIndent

unsigned mlir::presburger::PrintTableMetrics::maxPreIndent

Definition at line 305 of file Utils.h.

◆ preAlign

std::string mlir::presburger::PrintTableMetrics::preAlign

Definition at line 307 of file Utils.h.


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