LLVM 22.0.0git
llvm::FormattedNumber Class Reference

This is a helper class used for format_hex() and format_decimal(). More...

#include "llvm/Support/Format.h"

Public Member Functions

 FormattedNumber (uint64_t HV, int64_t DV, unsigned W, bool H, bool U, bool Prefix)

Friends

class raw_ostream

Detailed Description

This is a helper class used for format_hex() and format_decimal().

Definition at line 166 of file Format.h.

Constructor & Destructor Documentation

◆ FormattedNumber()

llvm::FormattedNumber::FormattedNumber ( uint64_t HV,
int64_t DV,
unsigned W,
bool H,
bool U,
bool Prefix )
inline

Definition at line 176 of file Format.h.

References H.

◆ raw_ostream

friend class raw_ostream
friend

Definition at line 173 of file Format.h.

References raw_ostream.

Referenced by raw_ostream.


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