class FormattedNumber
Declaration
class FormattedNumber { /* full declaration omitted */ };
Description
This is a helper class used for format_hex() and format_decimal().
Declared at: llvm/include/llvm/Support/Format.h:164
Method Overview
- public FormattedNumber(uint64_t HV, int64_t DV, unsigned int W, bool H, bool U, bool Prefix)
Methods
ΒΆFormattedNumber(uint64_t HV,
int64_t DV,
unsigned int W,
bool H,
bool U,
bool Prefix)
FormattedNumber(uint64_t HV,
int64_t DV,
unsigned int W,
bool H,
bool U,
bool Prefix)
Declared at: llvm/include/llvm/Support/Format.h:174
Parameters
- uint64_t HV
- int64_t DV
- unsigned int W
- bool H
- bool U
- bool Prefix