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

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

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

Public Member Functions
Friends
class raw_ostream

Detailed Description

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

Definition at line 169 of file Format.h.

Constructor & Destructor Documentation

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

Definition at line 179 of file Format.h.

References H.

raw_ostream

friend class raw_ostream friend

Definition at line 176 of file Format.h.

References raw_ostream.

Referenced by raw_ostream.


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