LLVM: llvm::FormattedString Class Reference (original) (raw)

This is a helper class for left_justify, right_justify, and center_justify. More...

#include "[llvm/Support/Format.h](Format%5F8h%5Fsource.html)"

Public Types
enum Justification { JustifyNone, JustifyLeft, JustifyRight, JustifyCenter }
Friends
class raw_ostream

This is a helper class for left_justify, right_justify, and center_justify.

Definition at line 134 of file Format.h.

Justification

Enumerator
JustifyNone
JustifyLeft
JustifyRight
JustifyCenter

Definition at line 136 of file Format.h.

raw_ostream


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